Color Hex Logo

#aeeadd Color Hex

#AEEADD
(174,234,221)
0 Favorites   0 Comments

Color spaces of #aeeadd

RGB 174234221
HSL0.460.590.80
HSV167°26°92°
CMYK 0.260.000.06   0.08
XYZ59.929573.064879.3509
Yxy73.06480.28220.3441
Hunter Lab85.4780-24.43824.7945
CIE-Lab88.4786-21.58890.1543

#aeeadd color RGB value is (174,234,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11101010 11011101
Octal 256 352 335
Decimal 174 234 221
Hex AE EA DD

RGB Percentages of Color #aeeadd

%27.66
%37.20
%35.14

CMYK Percentages of Color #aeeadd

%26
%0
%6
%8

Triadic Colors of #aeeadd

#aeeadd #ddaeea #eaddae

Analogous Colors of #aeeadd

#aeeadd #aed9ea #aeeabf

Monochromatic Colors of #aeeadd

#aeeadd

Complementary Color

#aeeadd #eaaebb

#aeeadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeeadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeeadd Color CSS Codes

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

#aeeadd Text Font Color

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

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


#aeeadd Background Color

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

This div background color is #aeeadd


#aeeadd Border Color

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

This div border color is #aeeadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeeadd


Comments

No comments written yet.

Please login to write comment.