Color Hex Logo

#abad0c Color Hex

#ABAD0C
(171,173,12)
0 Favorites   0 Comments

Color spaces of #abad0c

RGB 17117312
HSL0.170.870.36
HSV61°93°68°
CMYK 0.010.000.93   0.32
XYZ31.804538.57166.1166
Yxy38.57160.41580.5043
Hunter Lab62.1060-17.275737.6350
CIE-Lab68.4398-16.839068.9886

#abad0c color RGB value is (171,173,12).

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

The process color (four color CMYK) of #abad0c color hex is 0.01, 0.00, 0.93, 0.32. Web safe color of #abad0c is #999900. Color #abad0c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101101 00001100
Octal 253 255 14
Decimal 171 173 12
Hex AB AD C

RGB Percentages of Color #abad0c

%48.03
%48.60
%3.37

CMYK Percentages of Color #abad0c

%1
%0
%93
%32

Triadic Colors of #abad0c

#abad0c #0cabad #ad0cab

Analogous Colors of #abad0c

#abad0c #5bad0c #ad5e0c

Monochromatic Colors of #abad0c

#abad0c

Complementary Color

#abad0c #0e0cad

#abad0c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abad0c Color Preview on White Background

Lorem ipsum dolor sit amet.

#abad0c Color CSS Codes

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

#abad0c Text Font Color

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

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


#abad0c Background Color

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

This div background color is #abad0c


#abad0c Border Color

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

This div border color is #abad0c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,173,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 #abad0c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abad0c


Comments

No comments written yet.

Please login to write comment.