Color Hex Logo

#adb06f Color Hex

#ADB06F
(173,176,111)
0 Favorites   0 Comments

Color spaces of #adb06f

RGB 173176111
HSL0.170.290.56
HSV63°37°69°
CMYK 0.020.000.37   0.31
XYZ35.628241.082621.0909
Yxy41.08260.36430.4201
Hunter Lab64.0957-12.946625.3574
CIE-Lab70.2338-11.183532.9589

#adb06f color RGB value is (173,176,111).

#adb06f hex color red value is 173, green value is 176 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #adb06f hue: 0.17 , saturation: 0.29 and the lightness value of adb06f is 0.56.

The process color (four color CMYK) of #adb06f color hex is 0.02, 0.00, 0.37, 0.31. Web safe color of #adb06f is #999966. Color #adb06f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10110000 01101111
Octal 255 260 157
Decimal 173 176 111
Hex AD B0 6F

RGB Percentages of Color #adb06f

%37.61
%38.26
%24.13

CMYK Percentages of Color #adb06f

%2
%0
%37
%31

Triadic Colors of #adb06f

#adb06f #6fadb0 #b06fad

Analogous Colors of #adb06f

#adb06f #8db06f #b0936f

Monochromatic Colors of #adb06f

#adb06f

Complementary Color

#adb06f #726fb0

#adb06f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adb06f Color Preview on White Background

Lorem ipsum dolor sit amet.

#adb06f Color CSS Codes

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

#adb06f Text Font Color

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

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


#adb06f Background Color

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

This div background color is #adb06f


#adb06f Border Color

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

This div border color is #adb06f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adb06f


Comments

No comments written yet.

Please login to write comment.