Color Hex Logo

#afa301 Color Hex

#AFA301
(175,163,1)
0 Favorites   0 Comments

Color spaces of #afa301

RGB 1751631
HSL0.160.990.35
HSV56°99°69°
CMYK 0.000.070.99   0.31
XYZ30.781935.31055.2220
Yxy35.31050.43160.4951
Hunter Lab59.4226-11.523736.3855
CIE-Lab65.9897-10.039168.6971

#afa301 color RGB value is (175,163,1).

#afa301 hex color red value is 175, green value is 163 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #afa301 hue: 0.16 , saturation: 0.99 and the lightness value of afa301 is 0.35.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100011 00000001
Octal 257 243 1
Decimal 175 163 1
Hex AF A3 1

RGB Percentages of Color #afa301

%51.62
%48.08
%0.29

CMYK Percentages of Color #afa301

%0
%7
%99
%31

Triadic Colors of #afa301

#afa301 #01afa3 #a301af

Analogous Colors of #afa301

#afa301 #64af01 #af4c01

Monochromatic Colors of #afa301

#afa301

Complementary Color

#afa301 #010daf

#afa301 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa301 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa301 Color CSS Codes

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

#afa301 Text Font Color

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

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


#afa301 Background Color

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

This div background color is #afa301


#afa301 Border Color

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

This div border color is #afa301


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa301


Comments

No comments written yet.

Please login to write comment.