Color Hex Logo

#afe52e Color Hex

#AFE52E
(175,229,46)
0 Favorites   0 Comments

Color spaces of #afe52e

RGB 17522946
HSL0.220.780.54
HSV78°80°90°
CMYK 0.240.000.80   0.10
XYZ46.191665.349812.7640
Yxy65.34980.37160.5257
Hunter Lab80.8392-39.473647.2259
CIE-Lab84.6637-40.787475.6754

#afe52e color RGB value is (175,229,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11100101 00101110
Octal 257 345 56
Decimal 175 229 46
Hex AF E5 2E

RGB Percentages of Color #afe52e

%38.89
%50.89
%10.22

CMYK Percentages of Color #afe52e

%24
%0
%80
%10

Triadic Colors of #afe52e

#afe52e #2eafe5 #e52eaf

Analogous Colors of #afe52e

#afe52e #54e52e #e5c02e

Monochromatic Colors of #afe52e

#afe52e

Complementary Color

#afe52e #642ee5

#afe52e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe52e Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe52e Color CSS Codes

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

#afe52e Text Font Color

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

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


#afe52e Background Color

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

This div background color is #afe52e


#afe52e Border Color

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

This div border color is #afe52e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe52e


Comments

No comments written yet.

Please login to write comment.