Color Hex Logo

#8ca37e Color Hex

#8CA37E
(140,163,126)
0 Favorites   0 Comments

Color spaces of #8ca37e

RGB 140163126
HSL0.270.170.57
HSV97°23°64°
CMYK 0.140.000.23   0.36
XYZ27.678333.276224.7028
Yxy33.27620.32310.3885
Hunter Lab57.6855-15.302914.9900
CIE-Lab64.3839-15.068816.6120

#8ca37e color RGB value is (140,163,126).

#8ca37e hex color red value is 140, green value is 163 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #8ca37e hue: 0.27 , saturation: 0.17 and the lightness value of 8ca37e is 0.57.

The process color (four color CMYK) of #8ca37e color hex is 0.14, 0.00, 0.23, 0.36. Web safe color of #8ca37e is #999966. Color #8ca37e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 10100011 01111110
Octal 214 243 176
Decimal 140 163 126
Hex 8C A3 7E

RGB Percentages of Color #8ca37e

%32.63
%38.00
%29.37

CMYK Percentages of Color #8ca37e

%14
%0
%23
%36

Triadic Colors of #8ca37e

#8ca37e #7e8ca3 #a37e8c

Analogous Colors of #8ca37e

#8ca37e #7ea383 #9fa37e

Monochromatic Colors of #8ca37e

#8ca37e

Complementary Color

#8ca37e #957ea3

#8ca37e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ca37e Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ca37e Color CSS Codes

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

#8ca37e Text Font Color

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

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


#8ca37e Background Color

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

This div background color is #8ca37e


#8ca37e Border Color

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

This div border color is #8ca37e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(140,163,126, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8ca37e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8ca37e;
  -webkit-box-shadow: 1px 1px 3px 2px #8ca37e;
  box-shadow:         1px 1px 3px 2px #8ca37e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(140,163,126, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ca37e


Comments

No comments written yet.

Please login to write comment.