Color Hex Logo

#afc80a Color Hex

#AFC80A
(175,200,10)
0 Favorites   0 Comments

Color spaces of #afc80a

RGB 17520010
HSL0.190.900.41
HSV68°95°78°
CMYK 0.130.000.95   0.22
XYZ38.388350.44448.0006
Yxy50.44440.39640.5209
Hunter Lab71.0242-27.813943.0382
CIE-Lab76.3412-28.429775.4399

#afc80a color RGB value is (175,200,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001000 00001010
Octal 257 310 12
Decimal 175 200 10
Hex AF C8 A

RGB Percentages of Color #afc80a

%45.45
%51.95
%2.60

CMYK Percentages of Color #afc80a

%13
%0
%95
%22

Triadic Colors of #afc80a

#afc80a #0aafc8 #c80aaf

Analogous Colors of #afc80a

#afc80a #50c80a #c8820a

Monochromatic Colors of #afc80a

#afc80a

Complementary Color

#afc80a #230ac8

#afc80a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc80a Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc80a Color CSS Codes

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

#afc80a Text Font Color

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

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


#afc80a Background Color

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

This div background color is #afc80a


#afc80a Border Color

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

This div border color is #afc80a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc80a


Comments

No comments written yet.

Please login to write comment.