Color Hex Logo

#abab0d Color Hex

#ABAB0D
(171,171,13)
0 Favorites   0 Comments

Color spaces of #abab0d

RGB 17117113
HSL0.170.860.36
HSV60°92°67°
CMYK 0.000.000.92   0.33
XYZ31.430137.81286.0228
Yxy37.81280.41760.5024
Hunter Lab61.4921-16.375537.2374
CIE-Lab67.8824-15.804068.4211

#abab0d color RGB value is (171,171,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101011 00001101
Octal 253 253 15
Decimal 171 171 13
Hex AB AB D

RGB Percentages of Color #abab0d

%48.17
%48.17
%3.66

CMYK Percentages of Color #abab0d

%0
%0
%92
%33

Triadic Colors of #abab0d

#abab0d #0dabab #ab0dab

Analogous Colors of #abab0d

#abab0d #5cab0d #ab5c0d

Monochromatic Colors of #abab0d

#abab0d

Complementary Color

#abab0d #0d0dab

#abab0d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abab0d Color Preview on White Background

Lorem ipsum dolor sit amet.

#abab0d Color CSS Codes

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

#abab0d Text Font Color

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

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


#abab0d Background Color

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

This div background color is #abab0d


#abab0d Border Color

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

This div border color is #abab0d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abab0d


Comments

No comments written yet.

Please login to write comment.