Color Hex Logo

#afc93a Color Hex

#AFC93A
(175,201,58)
0 Favorites   0 Comments

Color spaces of #afc93a

RGB 17520158
HSL0.200.570.51
HSV71°71°79°
CMYK 0.130.000.71   0.21
XYZ39.329651.192711.8113
Yxy51.19270.38430.5003
Hunter Lab71.5491-27.091740.2968
CIE-Lab76.7956-27.391764.6083

#afc93a color RGB value is (175,201,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001001 00111010
Octal 257 311 72
Decimal 175 201 58
Hex AF C9 3A

RGB Percentages of Color #afc93a

%40.32
%46.31
%13.36

CMYK Percentages of Color #afc93a

%13
%0
%71
%21

Triadic Colors of #afc93a

#afc93a #3aafc9 #c93aaf

Analogous Colors of #afc93a

#afc93a #68c93a #c99c3a

Monochromatic Colors of #afc93a

#afc93a

Complementary Color

#afc93a #543ac9

#afc93a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc93a Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc93a Color CSS Codes

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

#afc93a Text Font Color

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

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


#afc93a Background Color

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

This div background color is #afc93a


#afc93a Border Color

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

This div border color is #afc93a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc93a


Comments

No comments written yet.

Please login to write comment.