Color Hex Logo

#aee7dd Color Hex

#AEE7DD
(174,231,221)
0 Favorites   0 Comments

Color spaces of #aee7dd

RGB 174231221
HSL0.470.540.79
HSV169°25°91°
CMYK 0.250.000.04   0.09
XYZ59.082671.371079.0686
Yxy71.37100.28200.3406
Hunter Lab84.4814-23.00723.6457
CIE-Lab87.6649-20.1109-1.0349

#aee7dd color RGB value is (174,231,221).

#aee7dd hex color red value is 174, green value is 231 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #aee7dd hue: 0.47 , saturation: 0.54 and the lightness value of aee7dd is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11100111 11011101
Octal 256 347 335
Decimal 174 231 221
Hex AE E7 DD

RGB Percentages of Color #aee7dd

%27.80
%36.90
%35.30

CMYK Percentages of Color #aee7dd

%25
%0
%4
%9

Triadic Colors of #aee7dd

#aee7dd #ddaee7 #e7ddae

Analogous Colors of #aee7dd

#aee7dd #aed5e7 #aee7c1

Monochromatic Colors of #aee7dd

#aee7dd

Complementary Color

#aee7dd #e7aeb8

#aee7dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aee7dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aee7dd Color CSS Codes

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

#aee7dd Text Font Color

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

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


#aee7dd Background Color

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

This div background color is #aee7dd


#aee7dd Border Color

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

This div border color is #aee7dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aee7dd


Comments

No comments written yet.

Please login to write comment.