Color Hex Logo

#afc15c Color Hex

#AFC15C
(175,193,92)
0 Favorites   0 Comments

Color spaces of #afc15c

RGB 17519392
HSL0.200.450.56
HSV71°52°76°
CMYK 0.090.000.52   0.24
XYZ38.680948.026617.3566
Yxy48.02660.37170.4615
Hunter Lab69.3012-21.646333.6616
CIE-Lab74.8417-21.029648.1815

#afc15c color RGB value is (175,193,92).

#afc15c hex color red value is 175, green value is 193 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #afc15c hue: 0.20 , saturation: 0.45 and the lightness value of afc15c is 0.56.

The process color (four color CMYK) of #afc15c color hex is 0.09, 0.00, 0.52, 0.24. Web safe color of #afc15c is #99cc66. Color #afc15c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11000001 01011100
Octal 257 301 134
Decimal 175 193 92
Hex AF C1 5C

RGB Percentages of Color #afc15c

%38.04
%41.96
%20.00

CMYK Percentages of Color #afc15c

%9
%0
%52
%24

Triadic Colors of #afc15c

#afc15c #5cafc1 #c15caf

Analogous Colors of #afc15c

#afc15c #7dc15c #c1a15c

Monochromatic Colors of #afc15c

#afc15c

Complementary Color

#afc15c #6e5cc1

#afc15c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc15c Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc15c Color CSS Codes

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

#afc15c Text Font Color

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

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


#afc15c Background Color

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

This div background color is #afc15c


#afc15c Border Color

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

This div border color is #afc15c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc15c


Comments

No comments written yet.

Please login to write comment.