Color Hex Logo

#abab0a Color Hex

#ABAB0A
(171,171,10)
0 Favorites   0 Comments

Color spaces of #abab0a

RGB 17117110
HSL0.170.890.35
HSV60°94°67°
CMYK 0.000.000.94   0.33
XYZ31.412337.80575.9288
Yxy37.80570.41800.5031
Hunter Lab61.4863-16.408637.3234
CIE-Lab67.8772-15.846668.8106

#abab0a color RGB value is (171,171,10).

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

The process color (four color CMYK) of #abab0a color hex is 0.00, 0.00, 0.94, 0.33. Web safe color of #abab0a is #999900. Color #abab0a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101011 00001010
Octal 253 253 12
Decimal 171 171 10
Hex AB AB A

RGB Percentages of Color #abab0a

%48.58
%48.58
%2.84

CMYK Percentages of Color #abab0a

%0
%0
%94
%33

Triadic Colors of #abab0a

#abab0a #0aabab #ab0aab

Analogous Colors of #abab0a

#abab0a #5aab0a #ab5b0a

Monochromatic Colors of #abab0a

#abab0a

Complementary Color

#abab0a #0a0aab

#abab0a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abab0a Color Preview on White Background

Lorem ipsum dolor sit amet.

#abab0a Color CSS Codes

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

#abab0a Text Font Color

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

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


#abab0a Background Color

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

This div background color is #abab0a


#abab0a Border Color

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

This div border color is #abab0a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abab0a


Comments

No comments written yet.

Please login to write comment.