Color Hex Logo

#afa508 Color Hex

#AFA508
(175,165,8)
0 Favorites   0 Comments

Color spaces of #afa508

RGB 1751658
HSL0.160.910.36
HSV56°95°69°
CMYK 0.000.060.95   0.31
XYZ31.178236.04185.5432
Yxy36.04180.42850.4953
Hunter Lab60.0348-12.359636.5499
CIE-Lab66.5519-10.995068.2060

#afa508 color RGB value is (175,165,8).

#afa508 hex color red value is 175, green value is 165 and the blue value of its RGB is 8. Cylindrical-coordinate representations (also known as HSL) of color #afa508 hue: 0.16 , saturation: 0.91 and the lightness value of afa508 is 0.36.

The process color (four color CMYK) of #afa508 color hex is 0.00, 0.06, 0.95, 0.31. Web safe color of #afa508 is #999900. Color #afa508 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100101 00001000
Octal 257 245 10
Decimal 175 165 8
Hex AF A5 8

RGB Percentages of Color #afa508

%50.29
%47.41
%2.30

CMYK Percentages of Color #afa508

%0
%6
%95
%31

Triadic Colors of #afa508

#afa508 #08afa5 #a508af

Analogous Colors of #afa508

#afa508 #66af08 #af5208

Monochromatic Colors of #afa508

#afa508

Complementary Color

#afa508 #0812af

#afa508 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa508 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa508 Color CSS Codes

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

#afa508 Text Font Color

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

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


#afa508 Background Color

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

This div background color is #afa508


#afa508 Border Color

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

This div border color is #afa508


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa508


Comments

No comments written yet.

Please login to write comment.