Color Hex Logo

#afc516 Color Hex

#AFC516
(175,197,22)
0 Favorites   0 Comments

Color spaces of #afc516

RGB 17519722
HSL0.190.800.43
HSV68°89°77°
CMYK 0.110.000.89   0.23
XYZ37.790349.10448.2454
Yxy49.10440.39720.5161
Hunter Lab70.0745-26.367742.0757
CIE-Lab75.5162-26.802973.1716

#afc516 color RGB value is (175,197,22).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11000101 00010110
Octal 257 305 26
Decimal 175 197 22
Hex AF C5 16

RGB Percentages of Color #afc516

%44.42
%50.00
%5.58

CMYK Percentages of Color #afc516

%11
%0
%89
%23

Triadic Colors of #afc516

#afc516 #16afc5 #c516af

Analogous Colors of #afc516

#afc516 #57c516 #c58416

Monochromatic Colors of #afc516

#afc516

Complementary Color

#afc516 #2c16c5

#afc516 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc516 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc516 Color CSS Codes

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

#afc516 Text Font Color

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

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


#afc516 Background Color

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

This div background color is #afc516


#afc516 Border Color

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

This div border color is #afc516


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc516


Comments

No comments written yet.

Please login to write comment.