Color Hex Logo

#aee9cf Color Hex

#AEE9CF
(174,233,207)
0 Favorites   0 Comments

Color spaces of #aee9cf

RGB 174233207
HSL0.430.570.80
HSV154°25°91°
CMYK 0.250.000.11   0.09
XYZ57.857071.781569.8373
Yxy71.78150.29000.3599
Hunter Lab84.7240-26.371410.4345
CIE-Lab87.8633-23.93726.5945

#aee9cf color RGB value is (174,233,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11101001 11001111
Octal 256 351 317
Decimal 174 233 207
Hex AE E9 CF

RGB Percentages of Color #aee9cf

%28.34
%37.95
%33.71

CMYK Percentages of Color #aee9cf

%25
%0
%11
%9

Triadic Colors of #aee9cf

#aee9cf #cfaee9 #e9cfae

Analogous Colors of #aee9cf

#aee9cf #aee6e9 #aee9b2

Monochromatic Colors of #aee9cf

#aee9cf

Complementary Color

#aee9cf #e9aec8

#aee9cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aee9cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#aee9cf Color CSS Codes

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

#aee9cf Text Font Color

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

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


#aee9cf Background Color

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

This div background color is #aee9cf


#aee9cf Border Color

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

This div border color is #aee9cf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,233,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 #aee9cf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aee9cf


Comments

No comments written yet.

Please login to write comment.