Color Hex Logo

#afe616 Color Hex

#AFE616
(175,230,22)
0 Favorites   0 Comments

Color spaces of #afe616

RGB 17523022
HSL0.210.830.49
HSV76°90°90°
CMYK 0.240.000.90   0.10
XYZ46.120865.765511.0222
Yxy65.76550.37520.5351
Hunter Lab81.0959-40.401548.7087
CIE-Lab84.8767-41.906580.7145

#afe616 color RGB value is (175,230,22).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11100110 00010110
Octal 257 346 26
Decimal 175 230 22
Hex AF E6 16

RGB Percentages of Color #afe616

%40.98
%53.86
%5.15

CMYK Percentages of Color #afe616

%24
%0
%90
%10

Triadic Colors of #afe616

#afe616 #16afe6 #e616af

Analogous Colors of #afe616

#afe616 #47e616 #e6b516

Monochromatic Colors of #afe616

#afe616

Complementary Color

#afe616 #4d16e6

#afe616 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe616 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe616 Color CSS Codes

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

#afe616 Text Font Color

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

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


#afe616 Background Color

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

This div background color is #afe616


#afe616 Border Color

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

This div border color is #afe616


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe616


Comments

No comments written yet.

Please login to write comment.