Color Hex Logo

#afc04d Color Hex

#AFC04D
(175,192,77)
0 Favorites   0 Comments

Color spaces of #afc04d

RGB 17519277
HSL0.190.480.53
HSV69°60°75°
CMYK 0.090.000.60   0.25
XYZ37.868447.349114.1646
Yxy47.34910.38100.4764
Hunter Lab68.8107-22.185335.9627
CIE-Lab74.4125-21.792454.5443

#afc04d color RGB value is (175,192,77).

#afc04d hex color red value is 175, green value is 192 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #afc04d hue: 0.19 , saturation: 0.48 and the lightness value of afc04d is 0.53.

The process color (four color CMYK) of #afc04d color hex is 0.09, 0.00, 0.60, 0.25. Web safe color of #afc04d is #99cc66. Color #afc04d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11000000 01001101
Octal 257 300 115
Decimal 175 192 77
Hex AF C0 4D

RGB Percentages of Color #afc04d

%39.41
%43.24
%17.34

CMYK Percentages of Color #afc04d

%9
%0
%60
%25

Triadic Colors of #afc04d

#afc04d #4dafc0 #c04daf

Analogous Colors of #afc04d

#afc04d #76c04d #c0984d

Monochromatic Colors of #afc04d

#afc04d

Complementary Color

#afc04d #5e4dc0

#afc04d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc04d Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc04d Color CSS Codes

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

#afc04d Text Font Color

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

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


#afc04d Background Color

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

This div background color is #afc04d


#afc04d Border Color

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

This div border color is #afc04d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc04d


Comments

No comments written yet.

Please login to write comment.