Color Hex Logo

#abaf1f Color Hex

#ABAF1F
(171,175,31)
0 Favorites   0 Comments

Color spaces of #abaf1f

RGB 17117531
HSL0.170.700.40
HSV62°82°69°
CMYK 0.020.000.82   0.31
XYZ32.371939.41687.1983
Yxy39.41680.40980.4990
Hunter Lab62.7828-17.832237.1501
CIE-Lab69.0521-17.426265.7717

#abaf1f color RGB value is (171,175,31).

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

The process color (four color CMYK) of #abaf1f color hex is 0.02, 0.00, 0.82, 0.31. Web safe color of #abaf1f is #999933. Color #abaf1f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101111 00011111
Octal 253 257 37
Decimal 171 175 31
Hex AB AF 1F

RGB Percentages of Color #abaf1f

%45.36
%46.42
%8.22

CMYK Percentages of Color #abaf1f

%2
%0
%82
%31

Triadic Colors of #abaf1f

#abaf1f #1fabaf #af1fab

Analogous Colors of #abaf1f

#abaf1f #63af1f #af6b1f

Monochromatic Colors of #abaf1f

#abaf1f

Complementary Color

#abaf1f #231faf

#abaf1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abaf1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#abaf1f Color CSS Codes

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

#abaf1f Text Font Color

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

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


#abaf1f Background Color

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

This div background color is #abaf1f


#abaf1f Border Color

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

This div border color is #abaf1f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abaf1f


Comments

No comments written yet.

Please login to write comment.