Color Hex Logo

#adeadf Color Hex

#ADEADF
(173,234,223)
0 Favorites   0 Comments

Color spaces of #adeadf

RGB 173234223
HSL0.470.590.80
HSV169°26°92°
CMYK 0.260.000.05   0.08
XYZ59.975773.057680.7525
Yxy73.05760.28050.3417
Hunter Lab85.4737-24.32813.8166
CIE-Lab88.4752-21.4639-0.9051

#adeadf color RGB value is (173,234,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11101010 11011111
Octal 255 352 337
Decimal 173 234 223
Hex AD EA DF

RGB Percentages of Color #adeadf

%27.46
%37.14
%35.40

CMYK Percentages of Color #adeadf

%26
%0
%5
%8

Triadic Colors of #adeadf

#adeadf #dfadea #eadfad

Analogous Colors of #adeadf

#adeadf #add7ea #adeac1

Monochromatic Colors of #adeadf

#adeadf

Complementary Color

#adeadf #eaadb8

#adeadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adeadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#adeadf Color CSS Codes

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

#adeadf Text Font Color

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

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


#adeadf Background Color

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

This div background color is #adeadf


#adeadf Border Color

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

This div border color is #adeadf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,234,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adeadf


Comments

No comments written yet.

Please login to write comment.