Color Hex Logo

#adeab9 Color Hex

#ADEAB9
(173,234,185)
0 Favorites   0 Comments

Color spaces of #adeab9

RGB 173234185
HSL0.370.590.80
HSV132°26°92°
CMYK 0.260.000.21   0.08
XYZ55.413471.232756.7276
Yxy71.23270.30220.3885
Hunter Lab84.3995-30.502919.2289
CIE-Lab87.5979-28.845117.6855

#adeab9 color RGB value is (173,234,185).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11101010 10111001
Octal 255 352 271
Decimal 173 234 185
Hex AD EA B9

RGB Percentages of Color #adeab9

%29.22
%39.53
%31.25

CMYK Percentages of Color #adeab9

%26
%0
%21
%8

Triadic Colors of #adeab9

#adeab9 #b9adea #eab9ad

Analogous Colors of #adeab9

#adeab9 #adead8 #c0eaad

Monochromatic Colors of #adeab9

#adeab9

Complementary Color

#adeab9 #eaadde

#adeab9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adeab9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adeab9 Color CSS Codes

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

#adeab9 Text Font Color

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

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


#adeab9 Background Color

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

This div background color is #adeab9


#adeab9 Border Color

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

This div border color is #adeab9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adeab9


Comments

No comments written yet.

Please login to write comment.