Color Hex Logo

#adb65c Color Hex

#ADB65C
(173,182,92)
0 Favorites   0 Comments

Color spaces of #adb65c

RGB 17318292
HSL0.180.380.54
HSV66°49°71°
CMYK 0.050.000.49   0.29
XYZ35.893343.112816.5550
Yxy43.11280.37560.4512
Hunter Lab65.6603-17.328431.0134
CIE-Lab71.6315-16.316144.3424

#adb65c color RGB value is (173,182,92).

#adb65c hex color red value is 173, green value is 182 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #adb65c hue: 0.18 , saturation: 0.38 and the lightness value of adb65c is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10110110 01011100
Octal 255 266 134
Decimal 173 182 92
Hex AD B6 5C

RGB Percentages of Color #adb65c

%38.70
%40.72
%20.58

CMYK Percentages of Color #adb65c

%5
%0
%49
%29

Triadic Colors of #adb65c

#adb65c #5cadb6 #b65cad

Analogous Colors of #adb65c

#adb65c #80b65c #b6925c

Monochromatic Colors of #adb65c

#adb65c

Complementary Color

#adb65c #655cb6

#adb65c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adb65c Color Preview on White Background

Lorem ipsum dolor sit amet.

#adb65c Color CSS Codes

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

#adb65c Text Font Color

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

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


#adb65c Background Color

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

This div background color is #adb65c


#adb65c Border Color

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

This div border color is #adb65c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adb65c


Comments

No comments written yet.

Please login to write comment.