Color Hex Logo

#afe52f Color Hex

#AFE52F
(175,229,47)
0 Favorites   0 Comments

Color spaces of #afe52f

RGB 17522947
HSL0.220.780.54
HSV78°79°90°
CMYK 0.240.000.79   0.10
XYZ46.211665.357812.8690
Yxy65.35780.37140.5252
Hunter Lab80.8442-39.444347.1530
CIE-Lab84.6678-40.748475.4148

#afe52f color RGB value is (175,229,47).

#afe52f hex color red value is 175, green value is 229 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #afe52f hue: 0.22 , saturation: 0.78 and the lightness value of afe52f is 0.54.

The process color (four color CMYK) of #afe52f color hex is 0.24, 0.00, 0.79, 0.10. Web safe color of #afe52f is #99cc33. Color #afe52f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11100101 00101111
Octal 257 345 57
Decimal 175 229 47
Hex AF E5 2F

RGB Percentages of Color #afe52f

%38.80
%50.78
%10.42

CMYK Percentages of Color #afe52f

%24
%0
%79
%10

Triadic Colors of #afe52f

#afe52f #2fafe5 #e52faf

Analogous Colors of #afe52f

#afe52f #54e52f #e5c02f

Monochromatic Colors of #afe52f

#afe52f

Complementary Color

#afe52f #652fe5

#afe52f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe52f Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe52f Color CSS Codes

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

#afe52f Text Font Color

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

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


#afe52f Background Color

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

This div background color is #afe52f


#afe52f Border Color

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

This div border color is #afe52f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,229,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 #afe52f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe52f


Comments

No comments written yet.

Please login to write comment.