Color Hex Logo

#aedadc Color Hex

#AEDADC
(174,218,220)
0 Favorites   0 Comments

Color spaces of #aedadc

RGB 174218220
HSL0.510.400.77
HSV183°21°86°
CMYK 0.210.010.00   0.14
XYZ55.445264.308877.2007
Yxy64.30880.28150.3265
Hunter Lab80.1928-16.9226-0.9429
CIE-Lab84.1263-13.8012-5.7091

#aedadc color RGB value is (174,218,220).

#aedadc hex color red value is 174, green value is 218 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #aedadc hue: 0.51 , saturation: 0.40 and the lightness value of aedadc is 0.77.

The process color (four color CMYK) of #aedadc color hex is 0.21, 0.01, 0.00, 0.14. Web safe color of #aedadc is #99cccc. Color #aedadc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011010 11011100
Octal 256 332 334
Decimal 174 218 220
Hex AE DA DC

RGB Percentages of Color #aedadc

%28.43
%35.62
%35.95

CMYK Percentages of Color #aedadc

%21
%1
%0
%14

Triadic Colors of #aedadc

#aedadc #dcaeda #dadcae

Analogous Colors of #aedadc

#aedadc #aec3dc #aedcc7

Monochromatic Colors of #aedadc

#aedadc

Complementary Color

#aedadc #dcb0ae

#aedadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedadc Color CSS Codes

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

#aedadc Text Font Color

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

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


#aedadc Background Color

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

This div background color is #aedadc


#aedadc Border Color

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

This div border color is #aedadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedadc


Comments

No comments written yet.

Please login to write comment.