Color Hex Logo

#adb39f Color Hex

#ADB39F
(173,179,159)
0 Favorites   0 Comments

Color spaces of #adb39f

RGB 173179159
HSL0.220.120.66
HSV78°11°70°
CMYK 0.030.000.11   0.30
XYZ39.611743.627639.1341
Yxy43.62760.32370.3565
Hunter Lab66.0512-8.541011.1076
CIE-Lab71.9789-5.74139.4892

#adb39f color RGB value is (173,179,159).

#adb39f hex color red value is 173, green value is 179 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #adb39f hue: 0.22 , saturation: 0.12 and the lightness value of adb39f is 0.66.

The process color (four color CMYK) of #adb39f color hex is 0.03, 0.00, 0.11, 0.30. Web safe color of #adb39f is #99cc99. Color #adb39f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10110011 10011111
Octal 255 263 237
Decimal 173 179 159
Hex AD B3 9F

RGB Percentages of Color #adb39f

%33.86
%35.03
%31.12

CMYK Percentages of Color #adb39f

%3
%0
%11
%30

Triadic Colors of #adb39f

#adb39f #9fadb3 #b39fad

Analogous Colors of #adb39f

#adb39f #a3b39f #b3af9f

Monochromatic Colors of #adb39f

#adb39f

Complementary Color

#adb39f #a59fb3

#adb39f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adb39f Color Preview on White Background

Lorem ipsum dolor sit amet.

#adb39f Color CSS Codes

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

#adb39f Text Font Color

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

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


#adb39f Background Color

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

This div background color is #adb39f


#adb39f Border Color

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

This div border color is #adb39f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adb39f


Comments

No comments written yet.

Please login to write comment.