Color Hex Logo

#afac2f Color Hex

#AFAC2F
(175,172,47)
0 Favorites   0 Comments

Color spaces of #afac2f

RGB 17517247
HSL0.160.580.44
HSV59°73°69°
CMYK 0.000.020.73   0.31
XYZ32.944838.82428.4468
Yxy38.82420.41070.4840
Hunter Lab62.3091-14.662235.5788
CIE-Lab68.6237-13.531960.6046

#afac2f color RGB value is (175,172,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101100 00101111
Octal 257 254 57
Decimal 175 172 47
Hex AF AC 2F

RGB Percentages of Color #afac2f

%44.42
%43.65
%11.93

CMYK Percentages of Color #afac2f

%0
%2
%73
%31

Triadic Colors of #afac2f

#afac2f #2fafac #ac2faf

Analogous Colors of #afac2f

#afac2f #72af2f #af6c2f

Monochromatic Colors of #afac2f

#afac2f

Complementary Color

#afac2f #2f32af

#afac2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afac2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#afac2f Color CSS Codes

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

#afac2f Text Font Color

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

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


#afac2f Background Color

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

This div background color is #afac2f


#afac2f Border Color

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

This div border color is #afac2f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afac2f


Comments

No comments written yet.

Please login to write comment.