Color Hex Logo

#afe518 Color Hex

#AFE518
(175,229,24)
0 Favorites   0 Comments

Color spaces of #afe518

RGB 17522924
HSL0.210.810.50
HSV76°90°90°
CMYK 0.240.000.90   0.10
XYZ45.863465.218511.0353
Yxy65.21850.37560.5341
Hunter Lab80.7580-39.954248.4288
CIE-Lab84.5962-41.429980.1941

#afe518 color RGB value is (175,229,24).

#afe518 hex color red value is 175, green value is 229 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #afe518 hue: 0.21 , saturation: 0.81 and the lightness value of afe518 is 0.50.

The process color (four color CMYK) of #afe518 color hex is 0.24, 0.00, 0.90, 0.10. Web safe color of #afe518 is #99cc00. Color #afe518 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11100101 00011000
Octal 257 345 30
Decimal 175 229 24
Hex AF E5 18

RGB Percentages of Color #afe518

%40.89
%53.50
%5.61

CMYK Percentages of Color #afe518

%24
%0
%90
%10

Triadic Colors of #afe518

#afe518 #18afe5 #e518af

Analogous Colors of #afe518

#afe518 #49e518 #e5b518

Monochromatic Colors of #afe518

#afe518

Complementary Color

#afe518 #4e18e5

#afe518 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe518 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe518 Color CSS Codes

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

#afe518 Text Font Color

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

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


#afe518 Background Color

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

This div background color is #afe518


#afe518 Border Color

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

This div border color is #afe518


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe518


Comments

No comments written yet.

Please login to write comment.