Color Hex Logo

#abab0e Color Hex

#ABAB0E
(171,171,14)
0 Favorites   0 Comments

Color spaces of #abab0e

RGB 17117114
HSL0.170.850.36
HSV60°92°67°
CMYK 0.000.000.92   0.33
XYZ31.436837.81556.0577
Yxy37.81550.41740.5021
Hunter Lab61.4943-16.363237.2055
CIE-Lab67.8844-15.788068.2777

#abab0e color RGB value is (171,171,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101011 00001110
Octal 253 253 16
Decimal 171 171 14
Hex AB AB E

RGB Percentages of Color #abab0e

%48.03
%48.03
%3.93

CMYK Percentages of Color #abab0e

%0
%0
%92
%33

Triadic Colors of #abab0e

#abab0e #0eabab #ab0eab

Analogous Colors of #abab0e

#abab0e #5dab0e #ab5d0e

Monochromatic Colors of #abab0e

#abab0e

Complementary Color

#abab0e #0e0eab

#abab0e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abab0e Color Preview on White Background

Lorem ipsum dolor sit amet.

#abab0e Color CSS Codes

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

#abab0e Text Font Color

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

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


#abab0e Background Color

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

This div background color is #abab0e


#abab0e Border Color

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

This div border color is #abab0e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abab0e


Comments

No comments written yet.

Please login to write comment.