Color Hex Logo

#aee2cd Color Hex

#AEE2CD
(174,226,205)
0 Favorites   0 Comments

Color spaces of #aee2cd

RGB 174226205
HSL0.430.470.78
HSV156°23°89°
CMYK 0.230.000.09   0.11
XYZ55.671467.799267.9100
Yxy67.79920.29090.3543
Hunter Lab82.3403-23.40918.7389
CIE-Lab85.9059-20.90484.8212

#aee2cd color RGB value is (174,226,205).

#aee2cd hex color red value is 174, green value is 226 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #aee2cd hue: 0.43 , saturation: 0.47 and the lightness value of aee2cd is 0.78.

The process color (four color CMYK) of #aee2cd color hex is 0.23, 0.00, 0.09, 0.11. Web safe color of #aee2cd is #99cccc. Color #aee2cd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11100010 11001101
Octal 256 342 315
Decimal 174 226 205
Hex AE E2 CD

RGB Percentages of Color #aee2cd

%28.76
%37.36
%33.88

CMYK Percentages of Color #aee2cd

%23
%0
%9
%11

Triadic Colors of #aee2cd

#aee2cd #cdaee2 #e2cdae

Analogous Colors of #aee2cd

#aee2cd #aedde2 #aee2b3

Monochromatic Colors of #aee2cd

#aee2cd

Complementary Color

#aee2cd #e2aec3

#aee2cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aee2cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aee2cd Color CSS Codes

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

#aee2cd Text Font Color

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

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


#aee2cd Background Color

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

This div background color is #aee2cd


#aee2cd Border Color

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

This div border color is #aee2cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aee2cd


Comments

No comments written yet.

Please login to write comment.