Color Hex Logo

#abaf0f Color Hex

#ABAF0F
(171,175,15)
0 Favorites   0 Comments

Color spaces of #abaf0f

RGB 17117515
HSL0.170.840.37
HSV61°91°69°
CMYK 0.020.000.91   0.31
XYZ32.210839.35246.3500
Yxy39.35240.41340.5051
Hunter Lab62.7315-18.125537.9104
CIE-Lab69.0058-17.806669.0023

#abaf0f color RGB value is (171,175,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101111 00001111
Octal 253 257 17
Decimal 171 175 15
Hex AB AF F

RGB Percentages of Color #abaf0f

%47.37
%48.48
%4.16

CMYK Percentages of Color #abaf0f

%2
%0
%91
%31

Triadic Colors of #abaf0f

#abaf0f #0fabaf #af0fab

Analogous Colors of #abaf0f

#abaf0f #5baf0f #af630f

Monochromatic Colors of #abaf0f

#abaf0f

Complementary Color

#abaf0f #130faf

#abaf0f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abaf0f Color Preview on White Background

Lorem ipsum dolor sit amet.

#abaf0f Color CSS Codes

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

#abaf0f Text Font Color

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

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


#abaf0f Background Color

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

This div background color is #abaf0f


#abaf0f Border Color

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

This div border color is #abaf0f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abaf0f


Comments

No comments written yet.

Please login to write comment.