Color Hex Logo

#afc04e Color Hex

#AFC04E
(175,192,78)
0 Favorites   0 Comments

Color spaces of #afc04e

RGB 17519278
HSL0.190.480.53
HSV69°59°75°
CMYK 0.090.000.59   0.25
XYZ37.904047.363314.3520
Yxy47.36330.38050.4754
Hunter Lab68.8210-22.125735.8103
CIE-Lab74.4216-21.716154.1149

#afc04e color RGB value is (175,192,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11000000 01001110
Octal 257 300 116
Decimal 175 192 78
Hex AF C0 4E

RGB Percentages of Color #afc04e

%39.33
%43.15
%17.53

CMYK Percentages of Color #afc04e

%9
%0
%59
%25

Triadic Colors of #afc04e

#afc04e #4eafc0 #c04eaf

Analogous Colors of #afc04e

#afc04e #76c04e #c0984e

Monochromatic Colors of #afc04e

#afc04e

Complementary Color

#afc04e #5f4ec0

#afc04e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc04e Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc04e Color CSS Codes

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

#afc04e Text Font Color

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

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


#afc04e Background Color

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

This div background color is #afc04e


#afc04e Border Color

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

This div border color is #afc04e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc04e


Comments

No comments written yet.

Please login to write comment.