Color Hex Logo

#aae8cf Color Hex

#AAE8CF
(170,232,207)
0 Favorites   0 Comments

Color spaces of #aae8cf

RGB 170232207
HSL0.430.570.79
HSV156°27°91°
CMYK 0.270.000.11   0.09
XYZ56.696770.764369.7021
Yxy70.76430.28760.3589
Hunter Lab84.1215-26.90629.7581
CIE-Lab87.3704-24.66435.8560

#aae8cf color RGB value is (170,232,207).

#aae8cf hex color red value is 170, green value is 232 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #aae8cf hue: 0.43 , saturation: 0.57 and the lightness value of aae8cf is 0.79.

The process color (four color CMYK) of #aae8cf color hex is 0.27, 0.00, 0.11, 0.09. Web safe color of #aae8cf is #99ffcc. Color #aae8cf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101000 11001111
Octal 252 350 317
Decimal 170 232 207
Hex AA E8 CF

RGB Percentages of Color #aae8cf

%27.91
%38.10
%33.99

CMYK Percentages of Color #aae8cf

%27
%0
%11
%9

Triadic Colors of #aae8cf

#aae8cf #cfaae8 #e8cfaa

Analogous Colors of #aae8cf

#aae8cf #aae2e8 #aae8b0

Monochromatic Colors of #aae8cf

#aae8cf

Complementary Color

#aae8cf #e8aac3

#aae8cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aae8cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#aae8cf Color CSS Codes

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

#aae8cf Text Font Color

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

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


#aae8cf Background Color

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

This div background color is #aae8cf


#aae8cf Border Color

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

This div border color is #aae8cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aae8cf


Comments

No comments written yet.

Please login to write comment.