Color Hex Logo

#afe119 Color Hex

#AFE119
(175,225,25)
0 Favorites   0 Comments

Color spaces of #afe119

RGB 17522525
HSL0.210.800.49
HSV75°89°88°
CMYK 0.220.000.89   0.12
XYZ44.779963.034610.7264
Yxy63.03460.37780.5318
Hunter Lab79.3943-38.262747.5658
CIE-Lab83.4606-39.647979.1144

#afe119 color RGB value is (175,225,25).

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

The process color (four color CMYK) of #afe119 color hex is 0.22, 0.00, 0.89, 0.12. Web safe color of #afe119 is #99cc00. Color #afe119 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11100001 00011001
Octal 257 341 31
Decimal 175 225 25
Hex AF E1 19

RGB Percentages of Color #afe119

%41.18
%52.94
%5.88

CMYK Percentages of Color #afe119

%22
%0
%89
%12

Triadic Colors of #afe119

#afe119 #19afe1 #e119af

Analogous Colors of #afe119

#afe119 #4be119 #e1af19

Monochromatic Colors of #afe119

#afe119

Complementary Color

#afe119 #4b19e1

#afe119 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe119 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe119 Color CSS Codes

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

#afe119 Text Font Color

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

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


#afe119 Background Color

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

This div background color is #afe119


#afe119 Border Color

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

This div border color is #afe119


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,225,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 #afe119">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe119


Comments

No comments written yet.

Please login to write comment.