Color Hex Logo

#afe029 Color Hex

#AFE029
(175,224,41)
0 Favorites   0 Comments

Color spaces of #afe029

RGB 17522441
HSL0.210.750.52
HSV76°82°88°
CMYK 0.220.000.82   0.12
XYZ44.735162.585411.8202
Yxy62.58540.37550.5253
Hunter Lab79.1109-37.507246.5190
CIE-Lab83.2238-38.756975.6674

#afe029 color RGB value is (175,224,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11100000 00101001
Octal 257 340 51
Decimal 175 224 41
Hex AF E0 29

RGB Percentages of Color #afe029

%39.77
%50.91
%9.32

CMYK Percentages of Color #afe029

%22
%0
%82
%12

Triadic Colors of #afe029

#afe029 #29afe0 #e029af

Analogous Colors of #afe029

#afe029 #54e029 #e0b629

Monochromatic Colors of #afe029

#afe029

Complementary Color

#afe029 #5a29e0

#afe029 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe029 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe029 Color CSS Codes

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

#afe029 Text Font Color

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

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


#afe029 Background Color

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

This div background color is #afe029


#afe029 Border Color

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

This div border color is #afe029


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe029


Comments

No comments written yet.

Please login to write comment.