Color Hex Logo

#afad19 Color Hex

#AFAD19
(175,173,25)
0 Favorites   0 Comments

Color spaces of #afad19

RGB 17517325
HSL0.160.750.39
HSV59°86°69°
CMYK 0.000.010.86   0.31
XYZ32.798239.07136.7326
Yxy39.07130.41730.4971
Hunter Lab62.5070-15.726237.3688
CIE-Lab68.8029-14.825867.1250

#afad19 color RGB value is (175,173,25).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101101 00011001
Octal 257 255 31
Decimal 175 173 25
Hex AF AD 19

RGB Percentages of Color #afad19

%46.92
%46.38
%6.70

CMYK Percentages of Color #afad19

%0
%1
%86
%31

Triadic Colors of #afad19

#afad19 #19afad #ad19af

Analogous Colors of #afad19

#afad19 #66af19 #af6219

Monochromatic Colors of #afad19

#afad19

Complementary Color

#afad19 #191baf

#afad19 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afad19 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afad19 Color CSS Codes

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

#afad19 Text Font Color

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

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


#afad19 Background Color

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

This div background color is #afad19


#afad19 Border Color

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

This div border color is #afad19


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afad19


Comments

No comments written yet.

Please login to write comment.