Color Hex Logo

#afe032 Color Hex

#AFE032
(175,224,50)
0 Favorites   0 Comments

Color spaces of #afe032

RGB 17522450
HSL0.210.740.54
HSV77°78°88°
CMYK 0.220.000.78   0.12
XYZ44.910662.655612.7443
Yxy62.65560.37330.5208
Hunter Lab79.1553-37.245645.8628
CIE-Lab83.2608-38.408873.3071

#afe032 color RGB value is (175,224,50).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11100000 00110010
Octal 257 340 62
Decimal 175 224 50
Hex AF E0 32

RGB Percentages of Color #afe032

%38.98
%49.89
%11.14

CMYK Percentages of Color #afe032

%22
%0
%78
%12

Triadic Colors of #afe032

#afe032 #32afe0 #e032af

Analogous Colors of #afe032

#afe032 #58e032 #e0ba32

Monochromatic Colors of #afe032

#afe032

Complementary Color

#afe032 #6332e0

#afe032 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe032 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe032 Color CSS Codes

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

#afe032 Text Font Color

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

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


#afe032 Background Color

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

This div background color is #afe032


#afe032 Border Color

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

This div border color is #afe032


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe032


Comments

No comments written yet.

Please login to write comment.