Color Hex Logo

#afc73a Color Hex

#AFC73A
(175,199,58)
0 Favorites   0 Comments

Color spaces of #afc73a

RGB 17519958
HSL0.200.560.50
HSV70°71°78°
CMYK 0.120.000.71   0.22
XYZ38.866350.266311.6569
Yxy50.26630.38560.4987
Hunter Lab70.8987-26.220039.8809
CIE-Lab76.2324-26.433164.0548

#afc73a color RGB value is (175,199,58).

#afc73a hex color red value is 175, green value is 199 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #afc73a hue: 0.20 , saturation: 0.56 and the lightness value of afc73a is 0.50.

The process color (four color CMYK) of #afc73a color hex is 0.12, 0.00, 0.71, 0.22. Web safe color of #afc73a is #99cc33. Color #afc73a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11000111 00111010
Octal 257 307 72
Decimal 175 199 58
Hex AF C7 3A

RGB Percentages of Color #afc73a

%40.51
%46.06
%13.43

CMYK Percentages of Color #afc73a

%12
%0
%71
%22

Triadic Colors of #afc73a

#afc73a #3aafc7 #c73aaf

Analogous Colors of #afc73a

#afc73a #69c73a #c7993a

Monochromatic Colors of #afc73a

#afc73a

Complementary Color

#afc73a #523ac7

#afc73a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc73a Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc73a Color CSS Codes

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

#afc73a Text Font Color

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

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


#afc73a Background Color

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

This div background color is #afc73a


#afc73a Border Color

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

This div border color is #afc73a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc73a


Comments

No comments written yet.

Please login to write comment.