Color Hex Logo

#afe03f Color Hex

#AFE03F
(175,224,63)
0 Favorites   0 Comments

Color spaces of #afe03f

RGB 17522463
HSL0.220.720.56
HSV78°72°88°
CMYK 0.220.000.72   0.12
XYZ45.232162.784214.4372
Yxy62.78420.36940.5127
Hunter Lab79.2365-36.767244.6627
CIE-Lab83.3287-37.774369.2711

#afe03f color RGB value is (175,224,63).

#afe03f hex color red value is 175, green value is 224 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #afe03f hue: 0.22 , saturation: 0.72 and the lightness value of afe03f is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11100000 00111111
Octal 257 340 77
Decimal 175 224 63
Hex AF E0 3F

RGB Percentages of Color #afe03f

%37.88
%48.48
%13.64

CMYK Percentages of Color #afe03f

%22
%0
%72
%12

Triadic Colors of #afe03f

#afe03f #3fafe0 #e03faf

Analogous Colors of #afe03f

#afe03f #5fe03f #e0c13f

Monochromatic Colors of #afe03f

#afe03f

Complementary Color

#afe03f #703fe0

#afe03f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe03f Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe03f Color CSS Codes

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

#afe03f Text Font Color

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

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


#afe03f Background Color

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

This div background color is #afe03f


#afe03f Border Color

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

This div border color is #afe03f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe03f


Comments

No comments written yet.

Please login to write comment.