Color Hex Logo

#afc786 Color Hex

#AFC786
(175,199,134)
0 Favorites   0 Comments

Color spaces of #afc786

RGB 175199134
HSL0.230.370.65
HSV82°33°78°
CMYK 0.120.000.33   0.22
XYZ42.405751.682030.2949
Yxy51.68200.34090.4155
Hunter Lab71.8902-20.516525.3380
CIE-Lab77.0903-19.191029.9336

#afc786 color RGB value is (175,199,134).

#afc786 hex color red value is 175, green value is 199 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #afc786 hue: 0.23 , saturation: 0.37 and the lightness value of afc786 is 0.65.

The process color (four color CMYK) of #afc786 color hex is 0.12, 0.00, 0.33, 0.22. Web safe color of #afc786 is #99cc99. Color #afc786 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11000111 10000110
Octal 257 307 206
Decimal 175 199 134
Hex AF C7 86

RGB Percentages of Color #afc786

%34.45
%39.17
%26.38

CMYK Percentages of Color #afc786

%12
%0
%33
%22

Triadic Colors of #afc786

#afc786 #86afc7 #c786af

Analogous Colors of #afc786

#afc786 #8fc786 #c7bf86

Monochromatic Colors of #afc786

#afc786

Complementary Color

#afc786 #9e86c7

#afc786 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc786 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc786 Color CSS Codes

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

#afc786 Text Font Color

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

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


#afc786 Background Color

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

This div background color is #afc786


#afc786 Border Color

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

This div border color is #afc786


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc786


Comments

No comments written yet.

Please login to write comment.