Color Hex Logo

#afe70e Color Hex

#AFE70E
(175,231,14)
0 Favorites   0 Comments

Color spaces of #afe70e

RGB 17523114
HSL0.210.890.48
HSV75°94°91°
CMYK 0.240.000.94   0.09
XYZ46.334466.297510.7701
Yxy66.29750.37550.5372
Hunter Lab81.4233-40.914249.1538
CIE-Lab85.1479-42.470181.8984

#afe70e color RGB value is (175,231,14).

#afe70e hex color red value is 175, green value is 231 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #afe70e hue: 0.21 , saturation: 0.89 and the lightness value of afe70e is 0.48.

The process color (four color CMYK) of #afe70e color hex is 0.24, 0.00, 0.94, 0.09. Web safe color of #afe70e is #99ff00. Color #afe70e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11100111 00001110
Octal 257 347 16
Decimal 175 231 14
Hex AF E7 E

RGB Percentages of Color #afe70e

%41.67
%55.00
%3.33

CMYK Percentages of Color #afe70e

%24
%0
%94
%9

Triadic Colors of #afe70e

#afe70e #0eafe7 #e70eaf

Analogous Colors of #afe70e

#afe70e #43e70e #e7b30e

Monochromatic Colors of #afe70e

#afe70e

Complementary Color

#afe70e #460ee7

#afe70e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe70e Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe70e Color CSS Codes

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

#afe70e Text Font Color

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

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


#afe70e Background Color

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

This div background color is #afe70e


#afe70e Border Color

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

This div border color is #afe70e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe70e


Comments

No comments written yet.

Please login to write comment.