Color Hex Logo

#abaf6f Color Hex

#ABAF6F
(171,175,111)
0 Favorites   0 Comments

Color spaces of #abaf6f

RGB 171175111
HSL0.180.290.56
HSV64°37°69°
CMYK 0.020.000.37   0.31
XYZ34.993840.465621.0052
Yxy40.46560.36280.4195
Hunter Lab63.6126-13.127724.9509
CIE-Lab69.7999-11.465932.3678

#abaf6f color RGB value is (171,175,111).

#abaf6f hex color red value is 171, green value is 175 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #abaf6f hue: 0.18 , saturation: 0.29 and the lightness value of abaf6f is 0.56.

The process color (four color CMYK) of #abaf6f color hex is 0.02, 0.00, 0.37, 0.31. Web safe color of #abaf6f is #999966. Color #abaf6f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101111 01101111
Octal 253 257 157
Decimal 171 175 111
Hex AB AF 6F

RGB Percentages of Color #abaf6f

%37.42
%38.29
%24.29

CMYK Percentages of Color #abaf6f

%2
%0
%37
%31

Triadic Colors of #abaf6f

#abaf6f #6fabaf #af6fab

Analogous Colors of #abaf6f

#abaf6f #8baf6f #af936f

Monochromatic Colors of #abaf6f

#abaf6f

Complementary Color

#abaf6f #736faf

#abaf6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abaf6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#abaf6f Color CSS Codes

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

#abaf6f Text Font Color

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

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


#abaf6f Background Color

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

This div background color is #abaf6f


#abaf6f Border Color

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

This div border color is #abaf6f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abaf6f


Comments

No comments written yet.

Please login to write comment.