Color Hex Logo

#afc256 Color Hex

#AFC256
(175,194,86)
0 Favorites   0 Comments

Color spaces of #afc256

RGB 17519486
HSL0.200.470.55
HSV71°56°76°
CMYK 0.100.000.56   0.24
XYZ38.650748.369416.1032
Yxy48.36940.37480.4690
Hunter Lab69.5481-22.509534.9556
CIE-Lab75.0573-22.055551.2291

#afc256 color RGB value is (175,194,86).

#afc256 hex color red value is 175, green value is 194 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #afc256 hue: 0.20 , saturation: 0.47 and the lightness value of afc256 is 0.55.

The process color (four color CMYK) of #afc256 color hex is 0.10, 0.00, 0.56, 0.24. Web safe color of #afc256 is #99cc66. Color #afc256 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11000010 01010110
Octal 257 302 126
Decimal 175 194 86
Hex AF C2 56

RGB Percentages of Color #afc256

%38.46
%42.64
%18.90

CMYK Percentages of Color #afc256

%10
%0
%56
%24

Triadic Colors of #afc256

#afc256 #56afc2 #c256af

Analogous Colors of #afc256

#afc256 #79c256 #c29f56

Monochromatic Colors of #afc256

#afc256

Complementary Color

#afc256 #6956c2

#afc256 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc256 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc256 Color CSS Codes

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

#afc256 Text Font Color

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

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


#afc256 Background Color

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

This div background color is #afc256


#afc256 Border Color

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

This div border color is #afc256


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc256


Comments

No comments written yet.

Please login to write comment.