Color Hex Logo

#aaedbe Color Hex

#AAEDBE
(170,237,190)
0 Favorites   0 Comments

Color spaces of #aaedbe

RGB 170237190
HSL0.380.650.80
HSV138°28°93°
CMYK 0.280.000.20   0.07
XYZ56.156072.832159.8135
Yxy72.83210.29740.3858
Hunter Lab85.3417-31.892618.1846
CIE-Lab88.3676-30.304916.1457

#aaedbe color RGB value is (170,237,190).

#aaedbe hex color red value is 170, green value is 237 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #aaedbe hue: 0.38 , saturation: 0.65 and the lightness value of aaedbe is 0.80.

The process color (four color CMYK) of #aaedbe color hex is 0.28, 0.00, 0.20, 0.07. Web safe color of #aaedbe is #99ffcc. Color #aaedbe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101101 10111110
Octal 252 355 276
Decimal 170 237 190
Hex AA ED BE

RGB Percentages of Color #aaedbe

%28.48
%39.70
%31.83

CMYK Percentages of Color #aaedbe

%28
%0
%20
%7

Triadic Colors of #aaedbe

#aaedbe #beaaed #edbeaa

Analogous Colors of #aaedbe

#aaedbe #aaede0 #b8edaa

Monochromatic Colors of #aaedbe

#aaedbe

Complementary Color

#aaedbe #edaad9

#aaedbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaedbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaedbe Color CSS Codes

.mybgcolor {background-color:#aaedbe; } 
.myforecolor {color:#aaedbe; }
.mybordercolor {border:3px solid #aaedbe; }

#aaedbe Text Font Color

<p style="color:#aaedbe">Text here</p>

This sample text font color is #aaedbe
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#aaedbe Background Color

<div style="background-color:#aaedbe">
Div content here</div>

This div background color is #aaedbe


#aaedbe Border Color

<div style="border:3px solid #aaedbe">
Div here</div>

This div border color is #aaedbe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(170,237,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #aaedbe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #aaedbe;
  -webkit-box-shadow: 1px 1px 3px 2px #aaedbe;
  box-shadow:         1px 1px 3px 2px #aaedbe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,237,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #aaedbe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #aaedbe;
  -webkit-box-shadow: 1px 1px 3px 2px #aaedbe;
  box-shadow:         1px 1px 3px 2px #aaedbe;">
Div content here</div>

This div box has shadow with color #aaedbe


Comments

No comments written yet.

Please login to write comment.