Color Hex Logo

#afe319 Color Hex

#AFE319
(175,227,25)
0 Favorites   0 Comments

Color spaces of #afe319

RGB 17522725
HSL0.210.800.49
HSV75°89°89°
CMYK 0.230.000.89   0.11
XYZ45.323764.122310.9077
Yxy64.12230.37660.5328
Hunter Lab80.0764-39.101747.9772
CIE-Lab84.0294-40.531279.5776

#afe319 color RGB value is (175,227,25).

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

The process color (four color CMYK) of #afe319 color hex is 0.23, 0.00, 0.89, 0.11. Web safe color of #afe319 is #99cc00. Color #afe319 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11100011 00011001
Octal 257 343 31
Decimal 175 227 25
Hex AF E3 19

RGB Percentages of Color #afe319

%40.98
%53.16
%5.85

CMYK Percentages of Color #afe319

%23
%0
%89
%11

Triadic Colors of #afe319

#afe319 #19afe3 #e319af

Analogous Colors of #afe319

#afe319 #4ae319 #e3b219

Monochromatic Colors of #afe319

#afe319

Complementary Color

#afe319 #4d19e3

#afe319 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe319 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe319 Color CSS Codes

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

#afe319 Text Font Color

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

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


#afe319 Background Color

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

This div background color is #afe319


#afe319 Border Color

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

This div border color is #afe319


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe319


Comments

No comments written yet.

Please login to write comment.