Color Hex Logo

#adb66c Color Hex

#ADB66C
(173,182,108)
0 Favorites   0 Comments

Color spaces of #adb66c

RGB 173182108
HSL0.190.340.57
HSV67°41°71°
CMYK 0.050.000.41   0.29
XYZ36.668343.422820.6362
Yxy43.42280.36400.4311
Hunter Lab65.8960-15.990327.5597
CIE-Lab71.8410-14.636736.5677

#adb66c color RGB value is (173,182,108).

#adb66c hex color red value is 173, green value is 182 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #adb66c hue: 0.19 , saturation: 0.34 and the lightness value of adb66c is 0.57.

The process color (four color CMYK) of #adb66c color hex is 0.05, 0.00, 0.41, 0.29. Web safe color of #adb66c is #99cc66. Color #adb66c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10110110 01101100
Octal 255 266 154
Decimal 173 182 108
Hex AD B6 6C

RGB Percentages of Color #adb66c

%37.37
%39.31
%23.33

CMYK Percentages of Color #adb66c

%5
%0
%41
%29

Triadic Colors of #adb66c

#adb66c #6cadb6 #b66cad

Analogous Colors of #adb66c

#adb66c #88b66c #b69a6c

Monochromatic Colors of #adb66c

#adb66c

Complementary Color

#adb66c #756cb6

#adb66c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adb66c Color Preview on White Background

Lorem ipsum dolor sit amet.

#adb66c Color CSS Codes

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

#adb66c Text Font Color

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

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


#adb66c Background Color

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

This div background color is #adb66c


#adb66c Border Color

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

This div border color is #adb66c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adb66c


Comments

No comments written yet.

Please login to write comment.