Color Hex Logo

#aee9cd Color Hex

#AEE9CD
(174,233,205)
0 Favorites   0 Comments

Color spaces of #aee9cd

RGB 174233205
HSL0.420.570.80
HSV152°25°91°
CMYK 0.250.000.12   0.09
XYZ57.613971.684368.5575
Yxy71.68430.29120.3623
Hunter Lab84.6666-26.700911.2574
CIE-Lab87.8164-24.32947.5738

#aee9cd color RGB value is (174,233,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11101001 11001101
Octal 256 351 315
Decimal 174 233 205
Hex AE E9 CD

RGB Percentages of Color #aee9cd

%28.43
%38.07
%33.50

CMYK Percentages of Color #aee9cd

%25
%0
%12
%9

Triadic Colors of #aee9cd

#aee9cd #cdaee9 #e9cdae

Analogous Colors of #aee9cd

#aee9cd #aee8e9 #aee9b0

Monochromatic Colors of #aee9cd

#aee9cd

Complementary Color

#aee9cd #e9aeca

#aee9cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aee9cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aee9cd Color CSS Codes

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

#aee9cd Text Font Color

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

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


#aee9cd Background Color

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

This div background color is #aee9cd


#aee9cd Border Color

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

This div border color is #aee9cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aee9cd


Comments

No comments written yet.

Please login to write comment.