Color Hex Logo

#afcc2f Color Hex

#AFCC2F
(175,204,47)
0 Favorites   0 Comments

Color spaces of #afcc2f

RGB 17520447
HSL0.200.630.49
HSV71°77°80°
CMYK 0.140.000.77   0.20
XYZ39.785252.504910.7269
Yxy52.50490.38620.5097
Hunter Lab72.4603-28.797841.9450
CIE-Lab77.5818-29.347268.9771

#afcc2f color RGB value is (175,204,47).

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

The process color (four color CMYK) of #afcc2f color hex is 0.14, 0.00, 0.77, 0.20. Web safe color of #afcc2f is #99cc33. Color #afcc2f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001100 00101111
Octal 257 314 57
Decimal 175 204 47
Hex AF CC 2F

RGB Percentages of Color #afcc2f

%41.08
%47.89
%11.03

CMYK Percentages of Color #afcc2f

%14
%0
%77
%20

Triadic Colors of #afcc2f

#afcc2f #2fafcc #cc2faf

Analogous Colors of #afcc2f

#afcc2f #61cc2f #cc9b2f

Monochromatic Colors of #afcc2f

#afcc2f

Complementary Color

#afcc2f #4c2fcc

#afcc2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afcc2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#afcc2f Color CSS Codes

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

#afcc2f Text Font Color

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

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


#afcc2f Background Color

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

This div background color is #afcc2f


#afcc2f Border Color

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

This div border color is #afcc2f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afcc2f


Comments

No comments written yet.

Please login to write comment.