Color Hex Logo

#aeeed9 Color Hex

#AEEED9
(174,238,217)
0 Favorites   0 Comments

Color spaces of #aeeed9

RGB 174238217
HSL0.450.650.81
HSV160°27°93°
CMYK 0.270.000.09   0.07
XYZ60.554575.157576.9609
Yxy75.15750.28470.3534
Hunter Lab86.6934-27.03308.0515
CIE-Lab89.4667-24.36273.6833

#aeeed9 color RGB value is (174,238,217).

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

The process color (four color CMYK) of #aeeed9 color hex is 0.27, 0.00, 0.09, 0.07. Web safe color of #aeeed9 is #99ffcc. Color #aeeed9 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11101110 11011001
Octal 256 356 331
Decimal 174 238 217
Hex AE EE D9

RGB Percentages of Color #aeeed9

%27.66
%37.84
%34.50

CMYK Percentages of Color #aeeed9

%27
%0
%9
%7

Triadic Colors of #aeeed9

#aeeed9 #d9aeee #eed9ae

Analogous Colors of #aeeed9

#aeeed9 #aee3ee #aeeeb9

Monochromatic Colors of #aeeed9

#aeeed9

Complementary Color

#aeeed9 #eeaec3

#aeeed9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeeed9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeeed9 Color CSS Codes

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

#aeeed9 Text Font Color

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

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


#aeeed9 Background Color

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

This div background color is #aeeed9


#aeeed9 Border Color

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

This div border color is #aeeed9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeeed9


Comments

No comments written yet.

Please login to write comment.