Color Hex Logo

#afc060 Color Hex

#AFC060
(175,192,96)
0 Favorites   0 Comments

Color spaces of #afc060

RGB 17519296
HSL0.200.430.56
HSV71°50°75°
CMYK 0.090.000.50   0.25
XYZ38.640247.657818.2286
Yxy47.65780.36970.4559
Hunter Lab69.0346-20.900232.6687
CIE-Lab74.6086-20.154845.9931

#afc060 color RGB value is (175,192,96).

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

The process color (four color CMYK) of #afc060 color hex is 0.09, 0.00, 0.50, 0.25. Web safe color of #afc060 is #99cc66. Color #afc060 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11000000 01100000
Octal 257 300 140
Decimal 175 192 96
Hex AF C0 60

RGB Percentages of Color #afc060

%37.80
%41.47
%20.73

CMYK Percentages of Color #afc060

%9
%0
%50
%25

Triadic Colors of #afc060

#afc060 #60afc0 #c060af

Analogous Colors of #afc060

#afc060 #7fc060 #c0a160

Monochromatic Colors of #afc060

#afc060

Complementary Color

#afc060 #7160c0

#afc060 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc060 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc060 Color CSS Codes

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

#afc060 Text Font Color

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

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


#afc060 Background Color

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

This div background color is #afc060


#afc060 Border Color

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

This div border color is #afc060


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc060


Comments

No comments written yet.

Please login to write comment.