Color Hex Logo

#afa03a Color Hex

#AFA03A
(175,160,58)
0 Favorites   0 Comments

Color spaces of #afa03a

RGB 17516058
HSL0.150.500.46
HSV52°67°69°
CMYK 0.000.090.67   0.31
XYZ31.013734.56119.0393
Yxy34.56110.41570.4632
Hunter Lab58.7887-8.713432.0357
CIE-Lab65.4055-6.661453.1065

#afa03a color RGB value is (175,160,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100000 00111010
Octal 257 240 72
Decimal 175 160 58
Hex AF A0 3A

RGB Percentages of Color #afa03a

%44.53
%40.71
%14.76

CMYK Percentages of Color #afa03a

%0
%9
%67
%31

Triadic Colors of #afa03a

#afa03a #3aafa0 #a03aaf

Analogous Colors of #afa03a

#afa03a #84af3a #af663a

Monochromatic Colors of #afa03a

#afa03a

Complementary Color

#afa03a #3a49af

#afa03a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa03a Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa03a Color CSS Codes

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

#afa03a Text Font Color

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

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


#afa03a Background Color

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

This div background color is #afa03a


#afa03a Border Color

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

This div border color is #afa03a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa03a


Comments

No comments written yet.

Please login to write comment.