Color Hex Logo

#afc819 Color Hex

#AFC819
(175,200,25)
0 Favorites   0 Comments

Color spaces of #afc819

RGB 17520025
HSL0.190.780.44
HSV69°88°78°
CMYK 0.130.000.88   0.22
XYZ38.508950.49278.6361
Yxy50.49270.39440.5171
Hunter Lab71.0582-27.616642.5349
CIE-Lab76.3707-28.170173.3289

#afc819 color RGB value is (175,200,25).

#afc819 hex color red value is 175, green value is 200 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #afc819 hue: 0.19 , saturation: 0.78 and the lightness value of afc819 is 0.44.

The process color (four color CMYK) of #afc819 color hex is 0.13, 0.00, 0.88, 0.22. Web safe color of #afc819 is #99cc00. Color #afc819 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001000 00011001
Octal 257 310 31
Decimal 175 200 25
Hex AF C8 19

RGB Percentages of Color #afc819

%43.75
%50.00
%6.25

CMYK Percentages of Color #afc819

%13
%0
%88
%22

Triadic Colors of #afc819

#afc819 #19afc8 #c819af

Analogous Colors of #afc819

#afc819 #57c819 #c88a19

Monochromatic Colors of #afc819

#afc819

Complementary Color

#afc819 #3219c8

#afc819 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc819 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc819 Color CSS Codes

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

#afc819 Text Font Color

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

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


#afc819 Background Color

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

This div background color is #afc819


#afc819 Border Color

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

This div border color is #afc819


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc819


Comments

No comments written yet.

Please login to write comment.