Color Hex Logo

#a8c39f Color Hex

#A8C39F
(168,195,159)
0 Favorites   0 Comments

Color spaces of #a8c39f

RGB 168195159
HSL0.290.230.69
HSV105°18°76°
CMYK 0.140.000.18   0.24
XYZ41.921649.858240.2150
Yxy49.85820.31760.3777
Hunter Lab70.6103-17.592015.6596
CIE-Lab75.9821-15.873815.0941

#a8c39f color RGB value is (168,195,159).

#a8c39f hex color red value is 168, green value is 195 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #a8c39f hue: 0.29 , saturation: 0.23 and the lightness value of a8c39f is 0.69.

The process color (four color CMYK) of #a8c39f color hex is 0.14, 0.00, 0.18, 0.24. Web safe color of #a8c39f is #99cc99. Color #a8c39f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 11000011 10011111
Octal 250 303 237
Decimal 168 195 159
Hex A8 C3 9F

RGB Percentages of Color #a8c39f

%32.18
%37.36
%30.46

CMYK Percentages of Color #a8c39f

%14
%0
%18
%24

Triadic Colors of #a8c39f

#a8c39f #9fa8c3 #c39fa8

Analogous Colors of #a8c39f

#a8c39f #9fc3a8 #bac39f

Monochromatic Colors of #a8c39f

#a8c39f

Complementary Color

#a8c39f #ba9fc3

#a8c39f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8c39f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8c39f Color CSS Codes

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

#a8c39f Text Font Color

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

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


#a8c39f Background Color

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

This div background color is #a8c39f


#a8c39f Border Color

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

This div border color is #a8c39f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(168,195,159, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a8c39f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a8c39f;
  -webkit-box-shadow: 1px 1px 3px 2px #a8c39f;
  box-shadow:         1px 1px 3px 2px #a8c39f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,195,159, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8c39f


Comments

No comments written yet.

Please login to write comment.