Color Hex Logo

#afa819 Color Hex

#AFA819
(175,168,25)
0 Favorites   0 Comments

Color spaces of #afa819

RGB 17516825
HSL0.160.750.39
HSV57°86°69°
CMYK 0.000.040.86   0.31
XYZ31.857337.18946.4189
Yxy37.18940.42210.4928
Hunter Lab60.9831-13.472936.4475
CIE-Lab67.4189-12.246565.9867

#afa819 color RGB value is (175,168,25).

#afa819 hex color red value is 175, green value is 168 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #afa819 hue: 0.16 , saturation: 0.75 and the lightness value of afa819 is 0.39.

The process color (four color CMYK) of #afa819 color hex is 0.00, 0.04, 0.86, 0.31. Web safe color of #afa819 is #999900. Color #afa819 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101000 00011001
Octal 257 250 31
Decimal 175 168 25
Hex AF A8 19

RGB Percentages of Color #afa819

%47.55
%45.65
%6.79

CMYK Percentages of Color #afa819

%0
%4
%86
%31

Triadic Colors of #afa819

#afa819 #19afa8 #a819af

Analogous Colors of #afa819

#afa819 #6baf19 #af5d19

Monochromatic Colors of #afa819

#afa819

Complementary Color

#afa819 #1920af

#afa819 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa819 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa819 Color CSS Codes

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

#afa819 Text Font Color

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

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


#afa819 Background Color

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

This div background color is #afa819


#afa819 Border Color

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

This div border color is #afa819


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa819


Comments

No comments written yet.

Please login to write comment.