Color Hex Logo

#afc92a Color Hex

#AFC92A
(175,201,42)
0 Favorites   0 Comments

Color spaces of #afc92a

RGB 17520142
HSL0.190.650.48
HSV70°79°79°
CMYK 0.130.000.79   0.21
XYZ38.983851.05449.9903
Yxy51.05440.38970.5104
Hunter Lab71.4524-27.653641.7269
CIE-Lab76.7119-28.126469.6420

#afc92a color RGB value is (175,201,42).

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

The process color (four color CMYK) of #afc92a color hex is 0.13, 0.00, 0.79, 0.21. Web safe color of #afc92a is #99cc33. Color #afc92a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001001 00101010
Octal 257 311 52
Decimal 175 201 42
Hex AF C9 2A

RGB Percentages of Color #afc92a

%41.87
%48.09
%10.05

CMYK Percentages of Color #afc92a

%13
%0
%79
%21

Triadic Colors of #afc92a

#afc92a #2aafc9 #c92aaf

Analogous Colors of #afc92a

#afc92a #60c92a #c9942a

Monochromatic Colors of #afc92a

#afc92a

Complementary Color

#afc92a #442ac9

#afc92a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc92a Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc92a Color CSS Codes

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

#afc92a Text Font Color

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

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


#afc92a Background Color

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

This div background color is #afc92a


#afc92a Border Color

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

This div border color is #afc92a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc92a


Comments

No comments written yet.

Please login to write comment.