Color Hex Logo

#afa210 Color Hex

#AFA210
(175,162,16)
0 Favorites   0 Comments

Color spaces of #afa210

RGB 17516216
HSL0.150.830.37
HSV55°91°69°
CMYK 0.000.070.91   0.31
XYZ30.693134.99205.6267
Yxy34.99200.43040.4907
Hunter Lab59.1540-10.901735.7682
CIE-Lab65.7424-9.303966.4401

#afa210 color RGB value is (175,162,16).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100010 00010000
Octal 257 242 20
Decimal 175 162 16
Hex AF A2 10

RGB Percentages of Color #afa210

%49.58
%45.89
%4.53

CMYK Percentages of Color #afa210

%0
%7
%91
%31

Triadic Colors of #afa210

#afa210 #10afa2 #a210af

Analogous Colors of #afa210

#afa210 #6daf10 #af5310

Monochromatic Colors of #afa210

#afa210

Complementary Color

#afa210 #101daf

#afa210 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa210 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa210 Color CSS Codes

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

#afa210 Text Font Color

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

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


#afa210 Background Color

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

This div background color is #afa210


#afa210 Border Color

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

This div border color is #afa210


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa210


Comments

No comments written yet.

Please login to write comment.