Color Hex Logo

#afc15d Color Hex

#AFC15D
(175,193,93)
0 Favorites   0 Comments

Color spaces of #afc15d

RGB 17519393
HSL0.200.450.56
HSV71°52°76°
CMYK 0.090.000.52   0.24
XYZ38.724948.044217.5884
Yxy48.04420.37110.4604
Hunter Lab69.3139-21.573433.4749
CIE-Lab74.8528-20.937047.7200

#afc15d color RGB value is (175,193,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11000001 01011101
Octal 257 301 135
Decimal 175 193 93
Hex AF C1 5D

RGB Percentages of Color #afc15d

%37.96
%41.87
%20.17

CMYK Percentages of Color #afc15d

%9
%0
%52
%24

Triadic Colors of #afc15d

#afc15d #5dafc1 #c15daf

Analogous Colors of #afc15d

#afc15d #7dc15d #c1a15d

Monochromatic Colors of #afc15d

#afc15d

Complementary Color

#afc15d #6f5dc1

#afc15d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc15d Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc15d Color CSS Codes

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

#afc15d Text Font Color

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

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


#afc15d Background Color

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

This div background color is #afc15d


#afc15d Border Color

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

This div border color is #afc15d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc15d


Comments

No comments written yet.

Please login to write comment.