Color Hex Logo

#afe02e Color Hex

#AFE02E
(175,224,46)
0 Favorites   0 Comments

Color spaces of #afe02e

RGB 17522446
HSL0.210.740.53
HSV77°79°88°
CMYK 0.220.000.79   0.12
XYZ44.828062.622512.3094
Yxy62.62250.37430.5229
Hunter Lab79.1344-37.368646.1715
CIE-Lab83.2434-38.572474.4028

#afe02e color RGB value is (175,224,46).

#afe02e hex color red value is 175, green value is 224 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #afe02e hue: 0.21 , saturation: 0.74 and the lightness value of afe02e is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11100000 00101110
Octal 257 340 56
Decimal 175 224 46
Hex AF E0 2E

RGB Percentages of Color #afe02e

%39.33
%50.34
%10.34

CMYK Percentages of Color #afe02e

%22
%0
%79
%12

Triadic Colors of #afe02e

#afe02e #2eafe0 #e02eaf

Analogous Colors of #afe02e

#afe02e #56e02e #e0b82e

Monochromatic Colors of #afe02e

#afe02e

Complementary Color

#afe02e #5f2ee0

#afe02e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe02e Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe02e Color CSS Codes

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

#afe02e Text Font Color

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

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


#afe02e Background Color

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

This div background color is #afe02e


#afe02e Border Color

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

This div border color is #afe02e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe02e


Comments

No comments written yet.

Please login to write comment.