Color Hex Logo

#aaecab Color Hex

#AAECAB
(170,236,171)
0 Favorites   0 Comments

Color spaces of #aaecab

RGB 170236171
HSL0.340.630.80
HSV121°28°93°
CMYK 0.280.000.28   0.07
XYZ53.923771.477249.4825
Yxy71.47720.30830.4087
Hunter Lab84.5442-34.102024.4793
CIE-Lab87.7163-33.132525.0552

#aaecab color RGB value is (170,236,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101100 10101011
Octal 252 354 253
Decimal 170 236 171
Hex AA EC AB

RGB Percentages of Color #aaecab

%29.46
%40.90
%29.64

CMYK Percentages of Color #aaecab

%28
%0
%28
%7

Triadic Colors of #aaecab

#aaecab #abaaec #ecabaa

Analogous Colors of #aaecab

#aaecab #aaeccc #caecaa

Monochromatic Colors of #aaecab

#aaecab

Complementary Color

#aaecab #ecaaeb

#aaecab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaecab Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaecab Color CSS Codes

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

#aaecab Text Font Color

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

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


#aaecab Background Color

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

This div background color is #aaecab


#aaecab Border Color

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

This div border color is #aaecab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaecab

#aaecab Color Palettes


Comments

No comments written yet.

Please login to write comment.