Color Hex Logo

#afc86e Color Hex

#AFC86E
(175,200,110)
0 Favorites   0 Comments

Color spaces of #afc86e

RGB 175200110
HSL0.210.450.61
HSV77°45°78°
CMYK 0.130.000.45   0.22
XYZ41.147951.548322.5329
Yxy51.54830.35710.4474
Hunter Lab71.7971-23.344331.6504
CIE-Lab77.0100-22.660142.0626

#afc86e color RGB value is (175,200,110).

#afc86e hex color red value is 175, green value is 200 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #afc86e hue: 0.21 , saturation: 0.45 and the lightness value of afc86e is 0.61.

The process color (four color CMYK) of #afc86e color hex is 0.13, 0.00, 0.45, 0.22. Web safe color of #afc86e is #99cc66. Color #afc86e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001000 01101110
Octal 257 310 156
Decimal 175 200 110
Hex AF C8 6E

RGB Percentages of Color #afc86e

%36.08
%41.24
%22.68

CMYK Percentages of Color #afc86e

%13
%0
%45
%22

Triadic Colors of #afc86e

#afc86e #6eafc8 #c86eaf

Analogous Colors of #afc86e

#afc86e #82c86e #c8b46e

Monochromatic Colors of #afc86e

#afc86e

Complementary Color

#afc86e #876ec8

#afc86e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc86e Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc86e Color CSS Codes

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

#afc86e Text Font Color

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

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


#afc86e Background Color

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

This div background color is #afc86e


#afc86e Border Color

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

This div border color is #afc86e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc86e


Comments

No comments written yet.

Please login to write comment.