Color Hex Logo

#aaebc9 Color Hex

#AAEBC9
(170,235,201)
0 Favorites   0 Comments

Color spaces of #aaebc9

RGB 170235201
HSL0.410.620.79
HSV149°28°92°
CMYK 0.280.000.14   0.08
XYZ56.828572.179866.1952
Yxy72.17980.29110.3698
Hunter Lab84.9587-29.279813.2755
CIE-Lab88.0551-27.28979.9772

#aaebc9 color RGB value is (170,235,201).

#aaebc9 hex color red value is 170, green value is 235 and the blue value of its RGB is 201. Cylindrical-coordinate representations (also known as HSL) of color #aaebc9 hue: 0.41 , saturation: 0.62 and the lightness value of aaebc9 is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101011 11001001
Octal 252 353 311
Decimal 170 235 201
Hex AA EB C9

RGB Percentages of Color #aaebc9

%28.05
%38.78
%33.17

CMYK Percentages of Color #aaebc9

%28
%0
%14
%8

Triadic Colors of #aaebc9

#aaebc9 #c9aaeb #ebc9aa

Analogous Colors of #aaebc9

#aaebc9 #aaebea #acebaa

Monochromatic Colors of #aaebc9

#aaebc9

Complementary Color

#aaebc9 #ebaacc

#aaebc9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaebc9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaebc9 Color CSS Codes

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

#aaebc9 Text Font Color

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

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


#aaebc9 Background Color

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

This div background color is #aaebc9


#aaebc9 Border Color

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

This div border color is #aaebc9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaebc9


Comments

No comments written yet.

Please login to write comment.