Color Hex Logo

#aee7cb Color Hex

#AEE7CB
(174,231,203)
0 Favorites   0 Comments

Color spaces of #aee7cb

RGB 174231203
HSL0.420.540.79
HSV151°25°91°
CMYK 0.250.000.12   0.09
XYZ56.811070.462367.1062
Yxy70.46230.29230.3625
Hunter Lab83.9418-26.091211.3607
CIE-Lab87.2231-23.74697.7691

#aee7cb color RGB value is (174,231,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11100111 11001011
Octal 256 347 313
Decimal 174 231 203
Hex AE E7 CB

RGB Percentages of Color #aee7cb

%28.62
%37.99
%33.39

CMYK Percentages of Color #aee7cb

%25
%0
%12
%9

Triadic Colors of #aee7cb

#aee7cb #cbaee7 #e7cbae

Analogous Colors of #aee7cb

#aee7cb #aee7e7 #aee7af

Monochromatic Colors of #aee7cb

#aee7cb

Complementary Color

#aee7cb #e7aeca

#aee7cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aee7cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aee7cb Color CSS Codes

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

#aee7cb Text Font Color

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

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


#aee7cb Background Color

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

This div background color is #aee7cb


#aee7cb Border Color

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

This div border color is #aee7cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aee7cb


Comments

No comments written yet.

Please login to write comment.