Color Hex Logo

#aeeadc Color Hex

#AEEADC
(174,234,220)
0 Favorites   0 Comments

Color spaces of #aeeadc

RGB 174234220
HSL0.460.590.80
HSV166°26°92°
CMYK 0.260.000.06   0.08
XYZ59.796673.011678.6512
Yxy73.01160.28280.3453
Hunter Lab85.4468-24.61575.2381
CIE-Lab88.4532-21.79670.6411

#aeeadc color RGB value is (174,234,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11101010 11011100
Octal 256 352 334
Decimal 174 234 220
Hex AE EA DC

RGB Percentages of Color #aeeadc

%27.71
%37.26
%35.03

CMYK Percentages of Color #aeeadc

%26
%0
%6
%8

Triadic Colors of #aeeadc

#aeeadc #dcaeea #eadcae

Analogous Colors of #aeeadc

#aeeadc #aedaea #aeeabe

Monochromatic Colors of #aeeadc

#aeeadc

Complementary Color

#aeeadc #eaaebc

#aeeadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeeadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeeadc Color CSS Codes

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

#aeeadc Text Font Color

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

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


#aeeadc Background Color

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

This div background color is #aeeadc


#aeeadc Border Color

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

This div border color is #aeeadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeeadc


Comments

No comments written yet.

Please login to write comment.