Color Hex Logo

#afc960 Color Hex

#AFC960
(175,201,96)
0 Favorites   0 Comments

Color spaces of #afc960

RGB 17520196
HSL0.210.490.58
HSV75°52°79°
CMYK 0.130.000.52   0.21
XYZ40.677251.731818.9076
Yxy51.73180.36540.4647
Hunter Lab71.9248-24.917534.7612
CIE-Lab77.1202-24.583048.9714

#afc960 color RGB value is (175,201,96).

#afc960 hex color red value is 175, green value is 201 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #afc960 hue: 0.21 , saturation: 0.49 and the lightness value of afc960 is 0.58.

The process color (four color CMYK) of #afc960 color hex is 0.13, 0.00, 0.52, 0.21. Web safe color of #afc960 is #99cc66. Color #afc960 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001001 01100000
Octal 257 311 140
Decimal 175 201 96
Hex AF C9 60

RGB Percentages of Color #afc960

%37.08
%42.58
%20.34

CMYK Percentages of Color #afc960

%13
%0
%52
%21

Triadic Colors of #afc960

#afc960 #60afc9 #c960af

Analogous Colors of #afc960

#afc960 #7bc960 #c9af60

Monochromatic Colors of #afc960

#afc960

Complementary Color

#afc960 #7a60c9

#afc960 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc960 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc960 Color CSS Codes

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

#afc960 Text Font Color

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

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


#afc960 Background Color

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

This div background color is #afc960


#afc960 Border Color

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

This div border color is #afc960


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc960


Comments

No comments written yet.

Please login to write comment.