Color Hex Logo

#afa02f Color Hex

#AFA02F
(175,160,47)
0 Favorites   0 Comments

Color spaces of #afa02f

RGB 17516047
HSL0.150.580.44
HSV53°73°69°
CMYK 0.000.090.73   0.31
XYZ30.763134.46087.7195
Yxy34.46080.42170.4724
Hunter Lab58.7033-9.189033.2957
CIE-Lab65.3267-7.251357.4421

#afa02f color RGB value is (175,160,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100000 00101111
Octal 257 240 57
Decimal 175 160 47
Hex AF A0 2F

RGB Percentages of Color #afa02f

%45.81
%41.88
%12.30

CMYK Percentages of Color #afa02f

%0
%9
%73
%31

Triadic Colors of #afa02f

#afa02f #2fafa0 #a02faf

Analogous Colors of #afa02f

#afa02f #7eaf2f #af602f

Monochromatic Colors of #afa02f

#afa02f

Complementary Color

#afa02f #2f3eaf

#afa02f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa02f Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa02f Color CSS Codes

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

#afa02f Text Font Color

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

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


#afa02f Background Color

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

This div background color is #afa02f


#afa02f Border Color

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

This div border color is #afa02f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa02f


Comments

No comments written yet.

Please login to write comment.