Color Hex Logo

#adeadc Color Hex

#ADEADC
(173,234,220)
0 Favorites   0 Comments

Color spaces of #adeadc

RGB 173234220
HSL0.460.590.80
HSV166°26°92°
CMYK 0.260.000.06   0.08
XYZ59.574772.897278.6408
Yxy72.89720.28220.3453
Hunter Lab85.3799-24.86455.1557
CIE-Lab88.3987-22.09210.5549

#adeadc color RGB value is (173,234,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11101010 11011100
Octal 255 352 334
Decimal 173 234 220
Hex AD EA DC

RGB Percentages of Color #adeadc

%27.59
%37.32
%35.09

CMYK Percentages of Color #adeadc

%26
%0
%6
%8

Triadic Colors of #adeadc

#adeadc #dcadea #eadcad

Analogous Colors of #adeadc

#adeadc #addaea #adeabe

Monochromatic Colors of #adeadc

#adeadc

Complementary Color

#adeadc #eaadbb

#adeadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adeadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#adeadc Color CSS Codes

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

#adeadc Text Font Color

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

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


#adeadc Background Color

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

This div background color is #adeadc


#adeadc Border Color

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

This div border color is #adeadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adeadc


Comments

No comments written yet.

Please login to write comment.