Color Hex Logo

#afa305 Color Hex

#AFA305
(175,163,5)
0 Favorites   0 Comments

Color spaces of #afa305

RGB 1751635
HSL0.150.940.35
HSV56°97°69°
CMYK 0.000.070.97   0.31
XYZ30.803835.31935.3374
Yxy35.31930.43110.4942
Hunter Lab59.4300-11.482436.2762
CIE-Lab65.9965-9.987168.1774

#afa305 color RGB value is (175,163,5).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100011 00000101
Octal 257 243 5
Decimal 175 163 5
Hex AF A3 5

RGB Percentages of Color #afa305

%51.02
%47.52
%1.46

CMYK Percentages of Color #afa305

%0
%7
%97
%31

Triadic Colors of #afa305

#afa305 #05afa3 #a305af

Analogous Colors of #afa305

#afa305 #66af05 #af4e05

Monochromatic Colors of #afa305

#afa305

Complementary Color

#afa305 #0511af

#afa305 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa305 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa305 Color CSS Codes

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

#afa305 Text Font Color

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

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


#afa305 Background Color

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

This div background color is #afa305


#afa305 Border Color

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

This div border color is #afa305


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa305


Comments

No comments written yet.

Please login to write comment.