Color Hex Logo

#afe32e Color Hex

#AFE32E
(175,227,46)
0 Favorites   0 Comments

Color spaces of #afe32e

RGB 17522746
HSL0.210.760.54
HSV77°80°89°
CMYK 0.230.000.80   0.11
XYZ45.641464.249412.5806
Yxy64.24940.37270.5246
Hunter Lab80.1557-38.633046.8033
CIE-Lab84.0955-39.905375.1668

#afe32e color RGB value is (175,227,46).

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

The process color (four color CMYK) of #afe32e color hex is 0.23, 0.00, 0.80, 0.11. Web safe color of #afe32e is #99cc33. Color #afe32e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11100011 00101110
Octal 257 343 56
Decimal 175 227 46
Hex AF E3 2E

RGB Percentages of Color #afe32e

%39.06
%50.67
%10.27

CMYK Percentages of Color #afe32e

%23
%0
%80
%11

Triadic Colors of #afe32e

#afe32e #2eafe3 #e32eaf

Analogous Colors of #afe32e

#afe32e #54e32e #e3bd2e

Monochromatic Colors of #afe32e

#afe32e

Complementary Color

#afe32e #622ee3

#afe32e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe32e Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe32e Color CSS Codes

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

#afe32e Text Font Color

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

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


#afe32e Background Color

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

This div background color is #afe32e


#afe32e Border Color

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

This div border color is #afe32e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe32e


Comments

No comments written yet.

Please login to write comment.