Color Hex Logo

#afa019 Color Hex

#AFA019
(175,160,25)
0 Favorites   0 Comments

Color spaces of #afa019

RGB 17516025
HSL0.150.750.39
HSV54°86°69°
CMYK 0.000.090.86   0.31
XYZ30.425534.32585.9416
Yxy34.32580.43040.4856
Hunter Lab58.5882-9.832434.9990
CIE-Lab65.2204-8.053364.1754

#afa019 color RGB value is (175,160,25).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100000 00011001
Octal 257 240 31
Decimal 175 160 25
Hex AF A0 19

RGB Percentages of Color #afa019

%48.61
%44.44
%6.94

CMYK Percentages of Color #afa019

%0
%9
%86
%31

Triadic Colors of #afa019

#afa019 #19afa0 #a019af

Analogous Colors of #afa019

#afa019 #73af19 #af5519

Monochromatic Colors of #afa019

#afa019

Complementary Color

#afa019 #1928af

#afa019 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa019 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa019 Color CSS Codes

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

#afa019 Text Font Color

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

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


#afa019 Background Color

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

This div background color is #afa019


#afa019 Border Color

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

This div border color is #afa019


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,160,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 #afa019">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa019


Comments

No comments written yet.

Please login to write comment.