Color Hex Logo

#abaf0e Color Hex

#ABAF0E
(171,175,14)
0 Favorites   0 Comments

Color spaces of #abaf0e

RGB 17117514
HSL0.170.850.37
HSV61°92°69°
CMYK 0.020.000.92   0.31
XYZ32.203839.34966.3134
Yxy39.34960.41360.5053
Hunter Lab62.7293-18.138337.9432
CIE-Lab69.0038-17.823269.1481

#abaf0e color RGB value is (171,175,14).

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

The process color (four color CMYK) of #abaf0e color hex is 0.02, 0.00, 0.92, 0.31. Web safe color of #abaf0e is #999900. Color #abaf0e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101111 00001110
Octal 253 257 16
Decimal 171 175 14
Hex AB AF E

RGB Percentages of Color #abaf0e

%47.50
%48.61
%3.89

CMYK Percentages of Color #abaf0e

%2
%0
%92
%31

Triadic Colors of #abaf0e

#abaf0e #0eabaf #af0eab

Analogous Colors of #abaf0e

#abaf0e #5baf0e #af620e

Monochromatic Colors of #abaf0e

#abaf0e

Complementary Color

#abaf0e #120eaf

#abaf0e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abaf0e Color Preview on White Background

Lorem ipsum dolor sit amet.

#abaf0e Color CSS Codes

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

#abaf0e Text Font Color

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

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


#abaf0e Background Color

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

This div background color is #abaf0e


#abaf0e Border Color

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

This div border color is #abaf0e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abaf0e


Comments

No comments written yet.

Please login to write comment.