Color Hex Logo

#afa216 Color Hex

#AFA216
(175,162,22)
0 Favorites   0 Comments

Color spaces of #afa216

RGB 17516222
HSL0.150.780.39
HSV55°87°69°
CMYK 0.000.070.87   0.31
XYZ30.744335.01255.8968
Yxy35.01250.42910.4886
Hunter Lab59.1714-10.804735.5113
CIE-Lab65.7584-9.182065.2942

#afa216 color RGB value is (175,162,22).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100010 00010110
Octal 257 242 26
Decimal 175 162 22
Hex AF A2 16

RGB Percentages of Color #afa216

%48.75
%45.13
%6.13

CMYK Percentages of Color #afa216

%0
%7
%87
%31

Triadic Colors of #afa216

#afa216 #16afa2 #a216af

Analogous Colors of #afa216

#afa216 #70af16 #af5616

Monochromatic Colors of #afa216

#afa216

Complementary Color

#afa216 #1623af

#afa216 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa216 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa216 Color CSS Codes

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

#afa216 Text Font Color

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

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


#afa216 Background Color

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

This div background color is #afa216


#afa216 Border Color

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

This div border color is #afa216


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa216


Comments

No comments written yet.

Please login to write comment.