Color Hex Logo

#afab4e Color Hex

#AFAB4E
(175,171,78)
0 Favorites   0 Comments

Color spaces of #afab4e

RGB 17517178
HSL0.160.380.50
HSV58°55°69°
CMYK 0.000.020.55   0.31
XYZ33.617338.789812.9231
Yxy38.78980.39400.4546
Hunter Lab62.2815-12.644631.2946
CIE-Lab68.5987-11.050347.5722

#afab4e color RGB value is (175,171,78).

#afab4e hex color red value is 175, green value is 171 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #afab4e hue: 0.16 , saturation: 0.38 and the lightness value of afab4e is 0.50.

The process color (four color CMYK) of #afab4e color hex is 0.00, 0.02, 0.55, 0.31. Web safe color of #afab4e is #999966. Color #afab4e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101011 01001110
Octal 257 253 116
Decimal 175 171 78
Hex AF AB 4E

RGB Percentages of Color #afab4e

%41.27
%40.33
%18.40

CMYK Percentages of Color #afab4e

%0
%2
%55
%31

Triadic Colors of #afab4e

#afab4e #4eafab #ab4eaf

Analogous Colors of #afab4e

#afab4e #83af4e #af7b4e

Monochromatic Colors of #afab4e

#afab4e

Complementary Color

#afab4e #4e52af

#afab4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afab4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#afab4e Color CSS Codes

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

#afab4e Text Font Color

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

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


#afab4e Background Color

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

This div background color is #afab4e


#afab4e Border Color

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

This div border color is #afab4e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afab4e


Comments

No comments written yet.

Please login to write comment.