Color Hex Logo

#afaf2f Color Hex

#AFAF2F
(175,175,47)
0 Favorites   0 Comments

Color spaces of #afaf2f

RGB 17517547
HSL0.170.580.44
HSV60°73°69°
CMYK 0.000.000.73   0.31
XYZ33.522339.97918.6393
Yxy39.97910.40810.4867
Hunter Lab63.2290-16.015036.1592
CIE-Lab69.4546-15.073061.3941

#afaf2f color RGB value is (175,175,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101111 00101111
Octal 257 257 57
Decimal 175 175 47
Hex AF AF 2F

RGB Percentages of Color #afaf2f

%44.08
%44.08
%11.84

CMYK Percentages of Color #afaf2f

%0
%0
%73
%31

Triadic Colors of #afaf2f

#afaf2f #2fafaf #af2faf

Analogous Colors of #afaf2f

#afaf2f #6faf2f #af6f2f

Monochromatic Colors of #afaf2f

#afaf2f

Complementary Color

#afaf2f #2f2faf

#afaf2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afaf2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#afaf2f Color CSS Codes

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

#afaf2f Text Font Color

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

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


#afaf2f Background Color

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

This div background color is #afaf2f


#afaf2f Border Color

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

This div border color is #afaf2f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afaf2f


Comments

No comments written yet.

Please login to write comment.