Color Hex Logo

#aaecc5 Color Hex

#AAECC5
(170,236,197)
0 Favorites   0 Comments

Color spaces of #aaecc5

RGB 170236197
HSL0.400.630.80
HSV145°28°93°
CMYK 0.280.000.17   0.07
XYZ56.651172.568263.8446
Yxy72.56820.29340.3759
Hunter Lab85.1870-30.371015.1951
CIE-Lab88.2414-28.531512.3281

#aaecc5 color RGB value is (170,236,197).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101100 11000101
Octal 252 354 305
Decimal 170 236 197
Hex AA EC C5

RGB Percentages of Color #aaecc5

%28.19
%39.14
%32.67

CMYK Percentages of Color #aaecc5

%28
%0
%17
%7

Triadic Colors of #aaecc5

#aaecc5 #c5aaec #ecc5aa

Analogous Colors of #aaecc5

#aaecc5 #aaece6 #b0ecaa

Monochromatic Colors of #aaecc5

#aaecc5

Complementary Color

#aaecc5 #ecaad1

#aaecc5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaecc5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaecc5 Color CSS Codes

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

#aaecc5 Text Font Color

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

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


#aaecc5 Background Color

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

This div background color is #aaecc5


#aaecc5 Border Color

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

This div border color is #aaecc5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaecc5


Comments

No comments written yet.

Please login to write comment.