Color Hex Logo

#adb00c Color Hex

#ADB00C
(173,176,12)
0 Favorites   0 Comments

Color spaces of #adb00c

RGB 17317612
HSL0.170.870.37
HSV61°93°69°
CMYK 0.020.000.93   0.31
XYZ32.825339.96146.3311
Yxy39.96140.41490.5051
Hunter Lab63.2150-17.937638.3125
CIE-Lab69.4420-17.484269.8315

#adb00c color RGB value is (173,176,12).

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

The process color (four color CMYK) of #adb00c color hex is 0.02, 0.00, 0.93, 0.31. Web safe color of #adb00c is #999900. Color #adb00c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10110000 00001100
Octal 255 260 14
Decimal 173 176 12
Hex AD B0 C

RGB Percentages of Color #adb00c

%47.92
%48.75
%3.32

CMYK Percentages of Color #adb00c

%2
%0
%93
%31

Triadic Colors of #adb00c

#adb00c #0cadb0 #b00cad

Analogous Colors of #adb00c

#adb00c #5bb00c #b0610c

Monochromatic Colors of #adb00c

#adb00c

Complementary Color

#adb00c #0f0cb0

#adb00c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adb00c Color Preview on White Background

Lorem ipsum dolor sit amet.

#adb00c Color CSS Codes

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

#adb00c Text Font Color

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

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


#adb00c Background Color

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

This div background color is #adb00c


#adb00c Border Color

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

This div border color is #adb00c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adb00c

#adb00c Color Palettes


Comments

No comments written yet.

Please login to write comment.