Color Hex Logo

#adb66e Color Hex

#ADB66E
(173,182,110)
0 Favorites   0 Comments

Color spaces of #adb66e

RGB 173182110
HSL0.190.330.57
HSV68°40°71°
CMYK 0.050.000.40   0.29
XYZ36.776043.465921.2033
Yxy43.46590.36250.4285
Hunter Lab65.9287-15.805227.0818
CIE-Lab71.8701-14.405935.5749

#adb66e color RGB value is (173,182,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10110110 01101110
Octal 255 266 156
Decimal 173 182 110
Hex AD B6 6E

RGB Percentages of Color #adb66e

%37.20
%39.14
%23.66

CMYK Percentages of Color #adb66e

%5
%0
%40
%29

Triadic Colors of #adb66e

#adb66e #6eadb6 #b66ead

Analogous Colors of #adb66e

#adb66e #89b66e #b69b6e

Monochromatic Colors of #adb66e

#adb66e

Complementary Color

#adb66e #776eb6

#adb66e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adb66e Color Preview on White Background

Lorem ipsum dolor sit amet.

#adb66e Color CSS Codes

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

#adb66e Text Font Color

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

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


#adb66e Background Color

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

This div background color is #adb66e


#adb66e Border Color

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

This div border color is #adb66e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adb66e


Comments

No comments written yet.

Please login to write comment.