Color Hex Logo

#afc65a Color Hex

#AFC65A
(175,198,90)
0 Favorites   0 Comments

Color spaces of #afc65a

RGB 17519890
HSL0.200.490.56
HSV73°55°78°
CMYK 0.120.000.55   0.22
XYZ39.718750.240317.2768
Yxy50.24030.37040.4685
Hunter Lab70.8804-24.016035.1646
CIE-Lab76.2165-23.671050.7183

#afc65a color RGB value is (175,198,90).

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

The process color (four color CMYK) of #afc65a color hex is 0.12, 0.00, 0.55, 0.22. Web safe color of #afc65a is #99cc66. Color #afc65a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11000110 01011010
Octal 257 306 132
Decimal 175 198 90
Hex AF C6 5A

RGB Percentages of Color #afc65a

%37.80
%42.76
%19.44

CMYK Percentages of Color #afc65a

%12
%0
%55
%22

Triadic Colors of #afc65a

#afc65a #5aafc6 #c65aaf

Analogous Colors of #afc65a

#afc65a #79c65a #c6a75a

Monochromatic Colors of #afc65a

#afc65a

Complementary Color

#afc65a #715ac6

#afc65a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc65a Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc65a Color CSS Codes

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

#afc65a Text Font Color

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

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


#afc65a Background Color

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

This div background color is #afc65a


#afc65a Border Color

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

This div border color is #afc65a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc65a


Comments

No comments written yet.

Please login to write comment.