Color Hex Logo

#abad0a Color Hex

#ABAD0A
(171,173,10)
0 Favorites   0 Comments

Color spaces of #abad0a

RGB 17117310
HSL0.170.890.36
HSV61°94°68°
CMYK 0.010.000.94   0.32
XYZ31.792938.56706.0557
Yxy38.56700.41610.5047
Hunter Lab62.1023-17.297137.6902
CIE-Lab68.4364-16.866769.2379

#abad0a color RGB value is (171,173,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101101 00001010
Octal 253 255 12
Decimal 171 173 10
Hex AB AD A

RGB Percentages of Color #abad0a

%48.31
%48.87
%2.82

CMYK Percentages of Color #abad0a

%1
%0
%94
%32

Triadic Colors of #abad0a

#abad0a #0aabad #ad0aab

Analogous Colors of #abad0a

#abad0a #5aad0a #ad5e0a

Monochromatic Colors of #abad0a

#abad0a

Complementary Color

#abad0a #0c0aad

#abad0a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abad0a Color Preview on White Background

Lorem ipsum dolor sit amet.

#abad0a Color CSS Codes

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

#abad0a Text Font Color

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

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


#abad0a Background Color

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

This div background color is #abad0a


#abad0a Border Color

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

This div border color is #abad0a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abad0a


Comments

No comments written yet.

Please login to write comment.