Color Hex Logo

#adeaad Color Hex

#ADEAAD
(173,234,173)
0 Favorites   0 Comments

Color spaces of #adeaad

RGB 173234173
HSL0.330.590.80
HSV120°26°92°
CMYK 0.260.000.26   0.08
XYZ54.199270.747050.3341
Yxy70.74700.30920.4036
Hunter Lab84.1112-32.173723.3974
CIE-Lab87.3619-30.901223.5671

#adeaad color RGB value is (173,234,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11101010 10101101
Octal 255 352 255
Decimal 173 234 173
Hex AD EA AD

RGB Percentages of Color #adeaad

%29.83
%40.34
%29.83

CMYK Percentages of Color #adeaad

%26
%0
%26
%8

Triadic Colors of #adeaad

#adeaad #adadea #eaadad

Analogous Colors of #adeaad

#adeaad #adeacc #cceaad

Monochromatic Colors of #adeaad

#adeaad

Complementary Color

#adeaad #eaadea

#adeaad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adeaad Color Preview on White Background

Lorem ipsum dolor sit amet.

#adeaad Color CSS Codes

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

#adeaad Text Font Color

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

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


#adeaad Background Color

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

This div background color is #adeaad


#adeaad Border Color

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

This div border color is #adeaad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adeaad

#adeaad Color Palettes


Comments

No comments written yet.

Please login to write comment.