Color Hex Logo

#afc95a Color Hex

#AFC95A
(175,201,90)
0 Favorites   0 Comments

Color spaces of #afc95a

RGB 17520190
HSL0.210.510.57
HSV74°55°79°
CMYK 0.130.000.55   0.21
XYZ40.411351.625417.5077
Yxy51.62540.36890.4713
Hunter Lab71.8508-25.344635.8485
CIE-Lab77.0563-25.130551.6860

#afc95a color RGB value is (175,201,90).

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

The process color (four color CMYK) of #afc95a color hex is 0.13, 0.00, 0.55, 0.21. Web safe color of #afc95a is #99cc66. Color #afc95a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001001 01011010
Octal 257 311 132
Decimal 175 201 90
Hex AF C9 5A

RGB Percentages of Color #afc95a

%37.55
%43.13
%19.31

CMYK Percentages of Color #afc95a

%13
%0
%55
%21

Triadic Colors of #afc95a

#afc95a #5aafc9 #c95aaf

Analogous Colors of #afc95a

#afc95a #78c95a #c9ac5a

Monochromatic Colors of #afc95a

#afc95a

Complementary Color

#afc95a #745ac9

#afc95a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc95a Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc95a Color CSS Codes

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

#afc95a Text Font Color

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

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


#afc95a Background Color

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

This div background color is #afc95a


#afc95a Border Color

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

This div border color is #afc95a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc95a


Comments

No comments written yet.

Please login to write comment.