Color Hex Logo

#afa703 Color Hex

#AFA703
(175,167,3)
0 Favorites   0 Comments

Color spaces of #afa703

RGB 1751673
HSL0.160.970.35
HSV57°98°69°
CMYK 0.000.050.98   0.31
XYZ31.514336.75805.5202
Yxy36.75800.42710.4981
Hunter Lab60.6284-13.316337.0415
CIE-Lab67.0951-12.101869.2452

#afa703 color RGB value is (175,167,3).

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

The process color (four color CMYK) of #afa703 color hex is 0.00, 0.05, 0.98, 0.31. Web safe color of #afa703 is #999900. Color #afa703 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100111 00000011
Octal 257 247 3
Decimal 175 167 3
Hex AF A7 3

RGB Percentages of Color #afa703

%50.72
%48.41
%0.87

CMYK Percentages of Color #afa703

%0
%5
%98
%31

Triadic Colors of #afa703

#afa703 #03afa7 #a703af

Analogous Colors of #afa703

#afa703 #61af03 #af5103

Monochromatic Colors of #afa703

#afa703

Complementary Color

#afa703 #030baf

#afa703 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa703 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa703 Color CSS Codes

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

#afa703 Text Font Color

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

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


#afa703 Background Color

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

This div background color is #afa703


#afa703 Border Color

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

This div border color is #afa703


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa703


Comments

No comments written yet.

Please login to write comment.