Color Hex Logo

#afab4b Color Hex

#AFAB4B
(175,171,75)
0 Favorites   0 Comments

Color spaces of #afab4b

RGB 17517175
HSL0.160.400.49
HSV58°57°69°
CMYK 0.000.020.57   0.31
XYZ33.512138.747812.3694
Yxy38.74780.39600.4579
Hunter Lab62.2477-12.835131.7917
CIE-Lab68.5682-11.287948.9439

#afab4b color RGB value is (175,171,75).

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

The process color (four color CMYK) of #afab4b color hex is 0.00, 0.02, 0.57, 0.31. Web safe color of #afab4b is #999933. Color #afab4b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101011 01001011
Octal 257 253 113
Decimal 175 171 75
Hex AF AB 4B

RGB Percentages of Color #afab4b

%41.57
%40.62
%17.81

CMYK Percentages of Color #afab4b

%0
%2
%57
%31

Triadic Colors of #afab4b

#afab4b #4bafab #ab4baf

Analogous Colors of #afab4b

#afab4b #81af4b #af794b

Monochromatic Colors of #afab4b

#afab4b

Complementary Color

#afab4b #4b4faf

#afab4b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afab4b Color Preview on White Background

Lorem ipsum dolor sit amet.

#afab4b Color CSS Codes

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

#afab4b Text Font Color

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

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


#afab4b Background Color

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

This div background color is #afab4b


#afab4b Border Color

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

This div border color is #afab4b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afab4b


Comments

No comments written yet.

Please login to write comment.