Color Hex Logo

#aee6dc Color Hex

#AEE6DC
(174,230,220)
0 Favorites   0 Comments

Color spaces of #aee6dc

RGB 174230220
HSL0.470.530.79
HSV169°24°90°
CMYK 0.240.000.04   0.10
XYZ58.670670.759678.2758
Yxy70.75960.28250.3407
Hunter Lab84.1187-22.70873.7114
CIE-Lab87.3681-19.8255-0.9439

#aee6dc color RGB value is (174,230,220).

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

The process color (four color CMYK) of #aee6dc color hex is 0.24, 0.00, 0.04, 0.10. Web safe color of #aee6dc is #99ffcc. Color #aee6dc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11100110 11011100
Octal 256 346 334
Decimal 174 230 220
Hex AE E6 DC

RGB Percentages of Color #aee6dc

%27.88
%36.86
%35.26

CMYK Percentages of Color #aee6dc

%24
%0
%4
%10

Triadic Colors of #aee6dc

#aee6dc #dcaee6 #e6dcae

Analogous Colors of #aee6dc

#aee6dc #aed4e6 #aee6c0

Monochromatic Colors of #aee6dc

#aee6dc

Complementary Color

#aee6dc #e6aeb8

#aee6dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aee6dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aee6dc Color CSS Codes

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

#aee6dc Text Font Color

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

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


#aee6dc Background Color

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

This div background color is #aee6dc


#aee6dc Border Color

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

This div border color is #aee6dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aee6dc


Comments

No comments written yet.

Please login to write comment.