Color Hex Logo

#aaecce Color Hex

#AAECCE
(170,236,206)
0 Favorites   0 Comments

Color spaces of #aaecce

RGB 170236206
HSL0.420.630.80
HSV153°28°93°
CMYK 0.280.000.13   0.07
XYZ57.713672.993269.4398
Yxy72.99320.28840.3647
Hunter Lab85.4361-28.933111.6162
CIE-Lab88.4445-26.79267.9244

#aaecce color RGB value is (170,236,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101100 11001110
Octal 252 354 316
Decimal 170 236 206
Hex AA EC CE

RGB Percentages of Color #aaecce

%27.78
%38.56
%33.66

CMYK Percentages of Color #aaecce

%28
%0
%13
%7

Triadic Colors of #aaecce

#aaecce #ceaaec #ecceaa

Analogous Colors of #aaecce

#aaecce #aae9ec #aaecad

Monochromatic Colors of #aaecce

#aaecce

Complementary Color

#aaecce #ecaac8

#aaecce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaecce Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaecce Color CSS Codes

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

#aaecce Text Font Color

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

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


#aaecce Background Color

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

This div background color is #aaecce


#aaecce Border Color

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

This div border color is #aaecce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaecce


Comments

No comments written yet.

Please login to write comment.