Color Hex Logo

#adb12c Color Hex

#ADB12C
(173,177,44)
0 Favorites   0 Comments

Color spaces of #adb12c

RGB 17317744
HSL0.170.600.43
HSV62°75°69°
CMYK 0.020.000.75   0.31
XYZ33.410340.51048.4412
Yxy40.51040.40570.4919
Hunter Lab63.6478-17.684536.6902
CIE-Lab69.8315-17.091462.7059

#adb12c color RGB value is (173,177,44).

#adb12c hex color red value is 173, green value is 177 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #adb12c hue: 0.17 , saturation: 0.60 and the lightness value of adb12c is 0.43.

The process color (four color CMYK) of #adb12c color hex is 0.02, 0.00, 0.75, 0.31. Web safe color of #adb12c is #999933. Color #adb12c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10110001 00101100
Octal 255 261 54
Decimal 173 177 44
Hex AD B1 2C

RGB Percentages of Color #adb12c

%43.91
%44.92
%11.17

CMYK Percentages of Color #adb12c

%2
%0
%75
%31

Triadic Colors of #adb12c

#adb12c #2cadb1 #b12cad

Analogous Colors of #adb12c

#adb12c #6bb12c #b1732c

Monochromatic Colors of #adb12c

#adb12c

Complementary Color

#adb12c #302cb1

#adb12c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adb12c Color Preview on White Background

Lorem ipsum dolor sit amet.

#adb12c Color CSS Codes

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

#adb12c Text Font Color

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

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


#adb12c Background Color

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

This div background color is #adb12c


#adb12c Border Color

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

This div border color is #adb12c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adb12c


Comments

No comments written yet.

Please login to write comment.