Color Hex Logo

#afc64a Color Hex

#AFC64A
(175,198,74)
0 Favorites   0 Comments

Color spaces of #afc64a

RGB 17519874
HSL0.200.520.53
HSV71°63°78°
CMYK 0.120.000.63   0.22
XYZ39.109349.996514.0676
Yxy49.99650.37910.4846
Hunter Lab70.7082-25.009537.6998
CIE-Lab76.0671-24.948757.6289

#afc64a color RGB value is (175,198,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11000110 01001010
Octal 257 306 112
Decimal 175 198 74
Hex AF C6 4A

RGB Percentages of Color #afc64a

%39.15
%44.30
%16.55

CMYK Percentages of Color #afc64a

%12
%0
%63
%22

Triadic Colors of #afc64a

#afc64a #4aafc6 #c64aaf

Analogous Colors of #afc64a

#afc64a #71c64a #c69f4a

Monochromatic Colors of #afc64a

#afc64a

Complementary Color

#afc64a #614ac6

#afc64a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc64a Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc64a Color CSS Codes

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

#afc64a Text Font Color

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

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


#afc64a Background Color

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

This div background color is #afc64a


#afc64a Border Color

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

This div border color is #afc64a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc64a


Comments

No comments written yet.

Please login to write comment.