Color Hex Logo

#afc66a Color Hex

#AFC66A
(175,198,106)
0 Favorites   0 Comments

Color spaces of #afc66a

RGB 175198106
HSL0.210.450.60
HSV75°46°78°
CMYK 0.120.000.46   0.22
XYZ40.474850.542721.2581
Yxy50.54270.36050.4502
Hunter Lab71.0934-22.790032.0367
CIE-Lab76.4012-22.109843.2874

#afc66a color RGB value is (175,198,106).

#afc66a hex color red value is 175, green value is 198 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #afc66a hue: 0.21 , saturation: 0.45 and the lightness value of afc66a is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11000110 01101010
Octal 257 306 152
Decimal 175 198 106
Hex AF C6 6A

RGB Percentages of Color #afc66a

%36.53
%41.34
%22.13

CMYK Percentages of Color #afc66a

%12
%0
%46
%22

Triadic Colors of #afc66a

#afc66a #6aafc6 #c66aaf

Analogous Colors of #afc66a

#afc66a #81c66a #c6af6a

Monochromatic Colors of #afc66a

#afc66a

Complementary Color

#afc66a #816ac6

#afc66a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc66a Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc66a Color CSS Codes

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

#afc66a Text Font Color

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

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


#afc66a Background Color

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

This div background color is #afc66a


#afc66a Border Color

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

This div border color is #afc66a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc66a


Comments

No comments written yet.

Please login to write comment.