Color Hex Logo

#afc90a Color Hex

#AFC90A
(175,201,10)
0 Favorites   0 Comments

Color spaces of #afc90a

RGB 17520110
HSL0.190.910.41
HSV68°95°79°
CMYK 0.130.000.95   0.21
XYZ38.620650.90928.0781
Yxy50.90920.39570.5216
Hunter Lab71.3507-28.245543.2329
CIE-Lab76.6240-28.904575.6577

#afc90a color RGB value is (175,201,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001001 00001010
Octal 257 311 12
Decimal 175 201 10
Hex AF C9 A

RGB Percentages of Color #afc90a

%45.34
%52.07
%2.59

CMYK Percentages of Color #afc90a

%13
%0
%95
%21

Triadic Colors of #afc90a

#afc90a #0aafc9 #c90aaf

Analogous Colors of #afc90a

#afc90a #50c90a #c9840a

Monochromatic Colors of #afc90a

#afc90a

Complementary Color

#afc90a #240ac9

#afc90a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc90a Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc90a Color CSS Codes

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

#afc90a Text Font Color

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

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


#afc90a Background Color

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

This div background color is #afc90a


#afc90a Border Color

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

This div border color is #afc90a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc90a


Comments

No comments written yet.

Please login to write comment.