Color Hex Logo

#aaecca Color Hex

#AAECCA
(170,236,202)
0 Favorites   0 Comments

Color spaces of #aaecca

RGB 170236202
HSL0.410.630.80
HSV149°28°93°
CMYK 0.280.000.14   0.07
XYZ57.233772.801266.9126
Yxy72.80120.29060.3696
Hunter Lab85.3236-29.581413.2301
CIE-Lab88.3528-27.57439.8807

#aaecca color RGB value is (170,236,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101100 11001010
Octal 252 354 312
Decimal 170 236 202
Hex AA EC CA

RGB Percentages of Color #aaecca

%27.96
%38.82
%33.22

CMYK Percentages of Color #aaecca

%28
%0
%14
%7

Triadic Colors of #aaecca

#aaecca #caaaec #eccaaa

Analogous Colors of #aaecca

#aaecca #aaeceb #abecaa

Monochromatic Colors of #aaecca

#aaecca

Complementary Color

#aaecca #ecaacc

#aaecca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaecca Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaecca Color CSS Codes

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

#aaecca Text Font Color

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

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


#aaecca Background Color

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

This div background color is #aaecca


#aaecca Border Color

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

This div border color is #aaecca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaecca


Comments

No comments written yet.

Please login to write comment.