Color Hex Logo

#afa010 Color Hex

#AFA010
(175,160,16)
0 Favorites   0 Comments

Color spaces of #afa010

RGB 17516016
HSL0.150.830.37
HSV54°91°69°
CMYK 0.000.090.91   0.31
XYZ30.343534.29305.5101
Yxy34.29300.43260.4889
Hunter Lab58.5602-9.989035.4134
CIE-Lab65.1945-8.249366.0135

#afa010 color RGB value is (175,160,16).

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

The process color (four color CMYK) of #afa010 color hex is 0.00, 0.09, 0.91, 0.31. Web safe color of #afa010 is #999900. Color #afa010 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100000 00010000
Octal 257 240 20
Decimal 175 160 16
Hex AF A0 10

RGB Percentages of Color #afa010

%49.86
%45.58
%4.56

CMYK Percentages of Color #afa010

%0
%9
%91
%31

Triadic Colors of #afa010

#afa010 #10afa0 #a010af

Analogous Colors of #afa010

#afa010 #6faf10 #af5110

Monochromatic Colors of #afa010

#afa010

Complementary Color

#afa010 #101faf

#afa010 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa010 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa010 Color CSS Codes

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

#afa010 Text Font Color

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

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


#afa010 Background Color

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

This div background color is #afa010


#afa010 Border Color

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

This div border color is #afa010


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa010


Comments

No comments written yet.

Please login to write comment.