Color Hex Logo

#aee4cd Color Hex

#AEE4CD
(174,228,205)
0 Favorites   0 Comments

Color spaces of #aee4cd

RGB 174228205
HSL0.430.500.79
HSV154°24°89°
CMYK 0.240.000.10   0.11
XYZ56.218468.893368.0923
Yxy68.89330.29100.3566
Hunter Lab83.0020-24.35299.4617
CIE-Lab86.4512-21.88925.6085

#aee4cd color RGB value is (174,228,205).

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

The process color (four color CMYK) of #aee4cd color hex is 0.24, 0.00, 0.10, 0.11. Web safe color of #aee4cd is #99cccc. Color #aee4cd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11100100 11001101
Octal 256 344 315
Decimal 174 228 205
Hex AE E4 CD

RGB Percentages of Color #aee4cd

%28.67
%37.56
%33.77

CMYK Percentages of Color #aee4cd

%24
%0
%10
%11

Triadic Colors of #aee4cd

#aee4cd #cdaee4 #e4cdae

Analogous Colors of #aee4cd

#aee4cd #aee0e4 #aee4b2

Monochromatic Colors of #aee4cd

#aee4cd

Complementary Color

#aee4cd #e4aec5

#aee4cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aee4cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aee4cd Color CSS Codes

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

#aee4cd Text Font Color

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

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


#aee4cd Background Color

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

This div background color is #aee4cd


#aee4cd Border Color

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

This div border color is #aee4cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aee4cd


Comments

No comments written yet.

Please login to write comment.