Color Hex Logo

#afa82f Color Hex

#AFA82F
(175,168,47)
0 Favorites   0 Comments

Color spaces of #afa82f

RGB 17516847
HSL0.160.580.44
HSV57°73°69°
CMYK 0.000.040.73   0.31
XYZ32.194937.32458.1968
Yxy37.32450.41430.4803
Hunter Lab61.0938-12.849134.8109
CIE-Lab67.5198-11.458859.5512

#afa82f color RGB value is (175,168,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101000 00101111
Octal 257 250 57
Decimal 175 168 47
Hex AF A8 2F

RGB Percentages of Color #afa82f

%44.87
%43.08
%12.05

CMYK Percentages of Color #afa82f

%0
%4
%73
%31

Triadic Colors of #afa82f

#afa82f #2fafa8 #a82faf

Analogous Colors of #afa82f

#afa82f #76af2f #af682f

Monochromatic Colors of #afa82f

#afa82f

Complementary Color

#afa82f #2f36af

#afa82f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa82f Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa82f Color CSS Codes

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

#afa82f Text Font Color

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

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


#afa82f Background Color

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

This div background color is #afa82f


#afa82f Border Color

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

This div border color is #afa82f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa82f


Comments

No comments written yet.

Please login to write comment.