Color Hex Logo

#afad3f Color Hex

#AFAD3F
(175,173,63)
0 Favorites   0 Comments

Color spaces of #afad3f

RGB 17517363
HSL0.160.470.47
HSV59°64°69°
CMYK 0.000.010.64   0.31
XYZ33.520039.360010.5332
Yxy39.36000.40190.4719
Hunter Lab62.7375-14.420133.9619
CIE-Lab69.0112-13.169954.7597

#afad3f color RGB value is (175,173,63).

#afad3f hex color red value is 175, green value is 173 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #afad3f hue: 0.16 , saturation: 0.47 and the lightness value of afad3f is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101101 00111111
Octal 257 255 77
Decimal 175 173 63
Hex AF AD 3F

RGB Percentages of Color #afad3f

%42.58
%42.09
%15.33

CMYK Percentages of Color #afad3f

%0
%1
%64
%31

Triadic Colors of #afad3f

#afad3f #3fafad #ad3faf

Analogous Colors of #afad3f

#afad3f #79af3f #af753f

Monochromatic Colors of #afad3f

#afad3f

Complementary Color

#afad3f #3f41af

#afad3f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afad3f Color Preview on White Background

Lorem ipsum dolor sit amet.

#afad3f Color CSS Codes

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

#afad3f Text Font Color

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

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


#afad3f Background Color

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

This div background color is #afad3f


#afad3f Border Color

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

This div border color is #afad3f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afad3f


Comments

No comments written yet.

Please login to write comment.