Color Hex Logo

#afac4b Color Hex

#AFAC4B
(175,172,75)
0 Favorites   0 Comments

Color spaces of #afac4b

RGB 17517275
HSL0.160.400.49
HSV58°57°69°
CMYK 0.000.020.57   0.31
XYZ33.701739.127012.4326
Yxy39.12700.39530.4589
Hunter Lab62.5516-13.292632.0018
CIE-Lab68.8432-11.808249.2533

#afac4b color RGB value is (175,172,75).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101100 01001011
Octal 257 254 113
Decimal 175 172 75
Hex AF AC 4B

RGB Percentages of Color #afac4b

%41.47
%40.76
%17.77

CMYK Percentages of Color #afac4b

%0
%2
%57
%31

Triadic Colors of #afac4b

#afac4b #4bafac #ac4baf

Analogous Colors of #afac4b

#afac4b #80af4b #af7a4b

Monochromatic Colors of #afac4b

#afac4b

Complementary Color

#afac4b #4b4eaf

#afac4b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afac4b Color Preview on White Background

Lorem ipsum dolor sit amet.

#afac4b Color CSS Codes

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

#afac4b Text Font Color

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

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


#afac4b Background Color

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

This div background color is #afac4b


#afac4b Border Color

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

This div border color is #afac4b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,172,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 #afac4b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afac4b


Comments

No comments written yet.

Please login to write comment.