Color Hex Logo

#afc460 Color Hex

#AFC460
(175,196,96)
0 Favorites   0 Comments

Color spaces of #afc460

RGB 17519696
HSL0.200.460.57
HSV73°51°77°
CMYK 0.110.000.51   0.23
XYZ39.530449.438318.5254
Yxy49.43830.36770.4599
Hunter Lab70.3124-22.692033.5974
CIE-Lab75.7232-22.136347.3198

#afc460 color RGB value is (175,196,96).

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

The process color (four color CMYK) of #afc460 color hex is 0.11, 0.00, 0.51, 0.23. Web safe color of #afc460 is #99cc66. Color #afc460 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11000100 01100000
Octal 257 304 140
Decimal 175 196 96
Hex AF C4 60

RGB Percentages of Color #afc460

%37.47
%41.97
%20.56

CMYK Percentages of Color #afc460

%11
%0
%51
%23

Triadic Colors of #afc460

#afc460 #60afc4 #c460af

Analogous Colors of #afc460

#afc460 #7dc460 #c4a760

Monochromatic Colors of #afc460

#afc460

Complementary Color

#afc460 #7560c4

#afc460 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc460 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc460 Color CSS Codes

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

#afc460 Text Font Color

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

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


#afc460 Background Color

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

This div background color is #afc460


#afc460 Border Color

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

This div border color is #afc460


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc460


Comments

No comments written yet.

Please login to write comment.