Color Hex Logo

#afcc86 Color Hex

#AFCC86
(175,204,134)
0 Favorites   0 Comments

Color spaces of #afcc86

RGB 175204134
HSL0.240.410.66
HSV85°34°80°
CMYK 0.140.000.34   0.20
XYZ43.575154.020930.6847
Yxy54.02090.33970.4211
Hunter Lab73.4989-22.796326.6965
CIE-Lab78.4739-21.674731.7615

#afcc86 color RGB value is (175,204,134).

#afcc86 hex color red value is 175, green value is 204 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #afcc86 hue: 0.24 , saturation: 0.41 and the lightness value of afcc86 is 0.66.

The process color (four color CMYK) of #afcc86 color hex is 0.14, 0.00, 0.34, 0.20. Web safe color of #afcc86 is #99cc99. Color #afcc86 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001100 10000110
Octal 257 314 206
Decimal 175 204 134
Hex AF CC 86

RGB Percentages of Color #afcc86

%34.11
%39.77
%26.12

CMYK Percentages of Color #afcc86

%14
%0
%34
%20

Triadic Colors of #afcc86

#afcc86 #86afcc #cc86af

Analogous Colors of #afcc86

#afcc86 #8ccc86 #ccc686

Monochromatic Colors of #afcc86

#afcc86

Complementary Color

#afcc86 #a386cc

#afcc86 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afcc86 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afcc86 Color CSS Codes

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

#afcc86 Text Font Color

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

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


#afcc86 Background Color

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

This div background color is #afcc86


#afcc86 Border Color

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

This div border color is #afcc86


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afcc86


Comments

No comments written yet.

Please login to write comment.