Color Hex Logo

#aee8cb Color Hex

#AEE8CB
(174,232,203)
0 Favorites   0 Comments

Color spaces of #aee8cb

RGB 174232203
HSL0.420.560.80
HSV150°25°91°
CMYK 0.250.000.13   0.09
XYZ57.091771.023767.1998
Yxy71.02370.29230.3636
Hunter Lab84.2756-26.559111.7161
CIE-Lab87.4965-24.23298.1614

#aee8cb color RGB value is (174,232,203).

#aee8cb hex color red value is 174, green value is 232 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #aee8cb hue: 0.42 , saturation: 0.56 and the lightness value of aee8cb is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11101000 11001011
Octal 256 350 313
Decimal 174 232 203
Hex AE E8 CB

RGB Percentages of Color #aee8cb

%28.57
%38.10
%33.33

CMYK Percentages of Color #aee8cb

%25
%0
%13
%9

Triadic Colors of #aee8cb

#aee8cb #cbaee8 #e8cbae

Analogous Colors of #aee8cb

#aee8cb #aee8e8 #aee8ae

Monochromatic Colors of #aee8cb

#aee8cb

Complementary Color

#aee8cb #e8aecb

#aee8cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aee8cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aee8cb Color CSS Codes

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

#aee8cb Text Font Color

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

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


#aee8cb Background Color

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

This div background color is #aee8cb


#aee8cb Border Color

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

This div border color is #aee8cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aee8cb


Comments

No comments written yet.

Please login to write comment.