Color Hex Logo

#afe519 Color Hex

#AFE519
(175,229,25)
0 Favorites   0 Comments

Color spaces of #afe519

RGB 17522925
HSL0.210.800.50
HSV76°89°90°
CMYK 0.240.000.89   0.10
XYZ45.874065.222811.0911
Yxy65.22280.37540.5338
Hunter Lab80.7606-39.938848.3900
CIE-Lab84.5984-41.409280.0410

#afe519 color RGB value is (175,229,25).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11100101 00011001
Octal 257 345 31
Decimal 175 229 25
Hex AF E5 19

RGB Percentages of Color #afe519

%40.79
%53.38
%5.83

CMYK Percentages of Color #afe519

%24
%0
%89
%10

Triadic Colors of #afe519

#afe519 #19afe5 #e519af

Analogous Colors of #afe519

#afe519 #49e519 #e5b519

Monochromatic Colors of #afe519

#afe519

Complementary Color

#afe519 #4f19e5

#afe519 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe519 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe519 Color CSS Codes

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

#afe519 Text Font Color

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

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


#afe519 Background Color

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

This div background color is #afe519


#afe519 Border Color

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

This div border color is #afe519


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe519


Comments

No comments written yet.

Please login to write comment.