Color Hex Logo

#afa510 Color Hex

#AFA510
(175,165,16)
0 Favorites   0 Comments

Color spaces of #afa510

RGB 17516516
HSL0.160.830.37
HSV56°91°69°
CMYK 0.000.060.91   0.31
XYZ31.227936.06165.8049
Yxy36.06160.42720.4934
Hunter Lab60.0513-12.266236.3046
CIE-Lab66.5670-10.877067.0834

#afa510 color RGB value is (175,165,16).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100101 00010000
Octal 257 245 20
Decimal 175 165 16
Hex AF A5 10

RGB Percentages of Color #afa510

%49.16
%46.35
%4.49

CMYK Percentages of Color #afa510

%0
%6
%91
%31

Triadic Colors of #afa510

#afa510 #10afa5 #a510af

Analogous Colors of #afa510

#afa510 #6aaf10 #af5610

Monochromatic Colors of #afa510

#afa510

Complementary Color

#afa510 #101aaf

#afa510 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa510 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa510 Color CSS Codes

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

#afa510 Text Font Color

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

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


#afa510 Background Color

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

This div background color is #afa510


#afa510 Border Color

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

This div border color is #afa510


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa510


Comments

No comments written yet.

Please login to write comment.