Color Hex Logo

#8cae6e Color Hex

#8CAE6E
(140,174,110)
0 Favorites   0 Comments

Color spaces of #8cae6e

RGB 140174110
HSL0.260.280.56
HSV92°37°68°
CMYK 0.200.000.37   0.32
XYZ28.765736.973320.3723
Yxy36.97330.33410.4294
Hunter Lab60.8057-21.965922.6995
CIE-Lab67.2570-23.168329.1560

#8cae6e color RGB value is (140,174,110).

#8cae6e hex color red value is 140, green value is 174 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #8cae6e hue: 0.26 , saturation: 0.28 and the lightness value of 8cae6e is 0.56.

The process color (four color CMYK) of #8cae6e color hex is 0.20, 0.00, 0.37, 0.32. Web safe color of #8cae6e is #999966. Color #8cae6e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 10101110 01101110
Octal 214 256 156
Decimal 140 174 110
Hex 8C AE 6E

RGB Percentages of Color #8cae6e

%33.02
%41.04
%25.94

CMYK Percentages of Color #8cae6e

%20
%0
%37
%32

Triadic Colors of #8cae6e

#8cae6e #6e8cae #ae6e8c

Analogous Colors of #8cae6e

#8cae6e #6eae70 #acae6e

Monochromatic Colors of #8cae6e

#8cae6e

Complementary Color

#8cae6e #906eae

#8cae6e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cae6e Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cae6e Color CSS Codes

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

#8cae6e Text Font Color

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

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


#8cae6e Background Color

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

This div background color is #8cae6e


#8cae6e Border Color

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

This div border color is #8cae6e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(140,174,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 #8cae6e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cae6e


Comments

No comments written yet.

Please login to write comment.