Color Hex Logo

#aeead9 Color Hex

#AEEAD9
(174,234,217)
0 Favorites   0 Comments

Color spaces of #aeead9

RGB 174234217
HSL0.450.590.80
HSV163°26°92°
CMYK 0.260.000.07   0.08
XYZ59.402872.854176.5770
Yxy72.85410.28440.3489
Hunter Lab85.3546-25.14306.5554
CIE-Lab88.3781-22.41532.1031

#aeead9 color RGB value is (174,234,217).

#aeead9 hex color red value is 174, green value is 234 and the blue value of its RGB is 217. Cylindrical-coordinate representations (also known as HSL) of color #aeead9 hue: 0.45 , saturation: 0.59 and the lightness value of aeead9 is 0.80.

The process color (four color CMYK) of #aeead9 color hex is 0.26, 0.00, 0.07, 0.08. Web safe color of #aeead9 is #99ffcc. Color #aeead9 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11101010 11011001
Octal 256 352 331
Decimal 174 234 217
Hex AE EA D9

RGB Percentages of Color #aeead9

%27.84
%37.44
%34.72

CMYK Percentages of Color #aeead9

%26
%0
%7
%8

Triadic Colors of #aeead9

#aeead9 #d9aeea #ead9ae

Analogous Colors of #aeead9

#aeead9 #aeddea #aeeabb

Monochromatic Colors of #aeead9

#aeead9

Complementary Color

#aeead9 #eaaebf

#aeead9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeead9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeead9 Color CSS Codes

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

#aeead9 Text Font Color

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

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


#aeead9 Background Color

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

This div background color is #aeead9


#aeead9 Border Color

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

This div border color is #aeead9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeead9


Comments

No comments written yet.

Please login to write comment.