Color Hex Logo

#afd616 Color Hex

#AFD616
(175,214,22)
0 Favorites   0 Comments

Color spaces of #afd616

RGB 17521422
HSL0.200.810.46
HSV72°90°84°
CMYK 0.180.000.90   0.16
XYZ41.870657.26509.6055
Yxy57.26500.38500.5266
Hunter Lab75.6736-33.663945.4457
CIE-Lab80.3284-34.762277.0507

#afd616 color RGB value is (175,214,22).

#afd616 hex color red value is 175, green value is 214 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #afd616 hue: 0.20 , saturation: 0.81 and the lightness value of afd616 is 0.46.

The process color (four color CMYK) of #afd616 color hex is 0.18, 0.00, 0.90, 0.16. Web safe color of #afd616 is #99cc00. Color #afd616 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11010110 00010110
Octal 257 326 26
Decimal 175 214 22
Hex AF D6 16

RGB Percentages of Color #afd616

%42.58
%52.07
%5.35

CMYK Percentages of Color #afd616

%18
%0
%90
%16

Triadic Colors of #afd616

#afd616 #16afd6 #d616af

Analogous Colors of #afd616

#afd616 #4fd616 #d69d16

Monochromatic Colors of #afd616

#afd616

Complementary Color

#afd616 #3d16d6

#afd616 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd616 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd616 Color CSS Codes

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

#afd616 Text Font Color

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

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


#afd616 Background Color

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

This div background color is #afd616


#afd616 Border Color

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

This div border color is #afd616


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd616


Comments

No comments written yet.

Please login to write comment.