Color Hex Logo

#afc216 Color Hex

#AFC216
(175,194,22)
0 Favorites   0 Comments

Color spaces of #afc216

RGB 17519422
HSL0.190.800.42
HSV67°89°76°
CMYK 0.100.000.89   0.24
XYZ37.115847.75558.0206
Yxy47.75550.39960.5141
Hunter Lab69.1054-25.063841.4924
CIE-Lab74.6705-25.357972.4895

#afc216 color RGB value is (175,194,22).

#afc216 hex color red value is 175, green value is 194 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #afc216 hue: 0.19 , saturation: 0.80 and the lightness value of afc216 is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11000010 00010110
Octal 257 302 26
Decimal 175 194 22
Hex AF C2 16

RGB Percentages of Color #afc216

%44.76
%49.62
%5.63

CMYK Percentages of Color #afc216

%10
%0
%89
%24

Triadic Colors of #afc216

#afc216 #16afc2 #c216af

Analogous Colors of #afc216

#afc216 #59c216 #c27f16

Monochromatic Colors of #afc216

#afc216

Complementary Color

#afc216 #2916c2

#afc216 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc216 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc216 Color CSS Codes

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

#afc216 Text Font Color

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

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


#afc216 Background Color

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

This div background color is #afc216


#afc216 Border Color

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

This div border color is #afc216


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc216


Comments

No comments written yet.

Please login to write comment.