Color Hex Logo

#aaecbe Color Hex

#AAECBE
(170,236,190)
0 Favorites   0 Comments

Color spaces of #aaecbe

RGB 170236190
HSL0.380.630.80
HSV138°28°93°
CMYK 0.280.000.19   0.07
XYZ55.867372.254759.7172
Yxy72.25470.29740.3847
Hunter Lab85.0028-31.437317.8488
CIE-Lab88.0910-29.833215.7568

#aaecbe color RGB value is (170,236,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101100 10111110
Octal 252 354 276
Decimal 170 236 190
Hex AA EC BE

RGB Percentages of Color #aaecbe

%28.52
%39.60
%31.88

CMYK Percentages of Color #aaecbe

%28
%0
%19
%7

Triadic Colors of #aaecbe

#aaecbe #beaaec #ecbeaa

Analogous Colors of #aaecbe

#aaecbe #aaecdf #b7ecaa

Monochromatic Colors of #aaecbe

#aaecbe

Complementary Color

#aaecbe #ecaad8

#aaecbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaecbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaecbe Color CSS Codes

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

#aaecbe Text Font Color

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

This sample text font color is #aaecbe
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.


#aaecbe Background Color

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

This div background color is #aaecbe


#aaecbe Border Color

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

This div border color is #aaecbe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,236,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 #aaecbe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaecbe


Comments

No comments written yet.

Please login to write comment.