Color Hex Logo

#afe033 Color Hex

#AFE033
(175,224,51)
0 Favorites   0 Comments

Color spaces of #afe033

RGB 17522451
HSL0.210.740.54
HSV77°77°88°
CMYK 0.220.000.77   0.12
XYZ44.932462.664312.8592
Yxy62.66430.37300.5202
Hunter Lab79.1608-37.213145.7812
CIE-Lab83.2654-38.365673.0219

#afe033 color RGB value is (175,224,51).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11100000 00110011
Octal 257 340 63
Decimal 175 224 51
Hex AF E0 33

RGB Percentages of Color #afe033

%38.89
%49.78
%11.33

CMYK Percentages of Color #afe033

%22
%0
%77
%12

Triadic Colors of #afe033

#afe033 #33afe0 #e033af

Analogous Colors of #afe033

#afe033 #58e033 #e0bb33

Monochromatic Colors of #afe033

#afe033

Complementary Color

#afe033 #6433e0

#afe033 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe033 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe033 Color CSS Codes

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

#afe033 Text Font Color

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

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


#afe033 Background Color

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

This div background color is #afe033


#afe033 Border Color

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

This div border color is #afe033


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe033


Comments

No comments written yet.

Please login to write comment.