Color Hex Logo

#afe04c Color Hex

#AFE04C
(175,224,76)
0 Favorites   0 Comments

Color spaces of #afe04c

RGB 17522476
HSL0.220.700.59
HSV80°66°88°
CMYK 0.220.000.66   0.12
XYZ45.639462.947116.5820
Yxy62.94710.36460.5029
Hunter Lab79.3392-36.162643.1458
CIE-Lab83.4145-36.976064.6000

#afe04c color RGB value is (175,224,76).

#afe04c hex color red value is 175, green value is 224 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #afe04c hue: 0.22 , saturation: 0.70 and the lightness value of afe04c is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11100000 01001100
Octal 257 340 114
Decimal 175 224 76
Hex AF E0 4C

RGB Percentages of Color #afe04c

%36.84
%47.16
%16.00

CMYK Percentages of Color #afe04c

%22
%0
%66
%12

Triadic Colors of #afe04c

#afe04c #4cafe0 #e04caf

Analogous Colors of #afe04c

#afe04c #65e04c #e0c74c

Monochromatic Colors of #afe04c

#afe04c

Complementary Color

#afe04c #7d4ce0

#afe04c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe04c Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe04c Color CSS Codes

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

#afe04c Text Font Color

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

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


#afe04c Background Color

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

This div background color is #afe04c


#afe04c Border Color

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

This div border color is #afe04c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe04c


Comments

No comments written yet.

Please login to write comment.