Color Hex Logo

#aaecc6 Color Hex

#AAECC6
(170,236,198)
0 Favorites   0 Comments

Color spaces of #aaecc6

RGB 170236198
HSL0.400.630.80
HSV145°28°93°
CMYK 0.280.000.16   0.07
XYZ56.766172.614264.4501
Yxy72.61420.29290.3746
Hunter Lab85.2140-30.215014.8068
CIE-Lab88.2634-28.341911.8385

#aaecc6 color RGB value is (170,236,198).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101100 11000110
Octal 252 354 306
Decimal 170 236 198
Hex AA EC C6

RGB Percentages of Color #aaecc6

%28.15
%39.07
%32.78

CMYK Percentages of Color #aaecc6

%28
%0
%16
%7

Triadic Colors of #aaecc6

#aaecc6 #c6aaec #ecc6aa

Analogous Colors of #aaecc6

#aaecc6 #aaece7 #afecaa

Monochromatic Colors of #aaecc6

#aaecc6

Complementary Color

#aaecc6 #ecaad0

#aaecc6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaecc6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaecc6 Color CSS Codes

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

#aaecc6 Text Font Color

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

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


#aaecc6 Background Color

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

This div background color is #aaecc6


#aaecc6 Border Color

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

This div border color is #aaecc6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaecc6


Comments

No comments written yet.

Please login to write comment.