Color Hex Logo

#8cb98f Color Hex

#8CB98F
(140,185,143)
0 Favorites   0 Comments

Color spaces of #8cb98f

RGB 140185143
HSL0.340.240.64
HSV124°24°73°
CMYK 0.240.000.23   0.27
XYZ33.122142.256532.3972
Yxy42.25650.30730.3921
Hunter Lab65.0050-22.807415.9545
CIE-Lab71.0474-23.349816.5619

#8cb98f color RGB value is (140,185,143).

#8cb98f hex color red value is 140, green value is 185 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #8cb98f hue: 0.34 , saturation: 0.24 and the lightness value of 8cb98f is 0.64.

The process color (four color CMYK) of #8cb98f color hex is 0.24, 0.00, 0.23, 0.27. Web safe color of #8cb98f is #99cc99. Color #8cb98f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 10111001 10001111
Octal 214 271 217
Decimal 140 185 143
Hex 8C B9 8F

RGB Percentages of Color #8cb98f

%29.91
%39.53
%30.56

CMYK Percentages of Color #8cb98f

%24
%0
%23
%27

Triadic Colors of #8cb98f

#8cb98f #8f8cb9 #b98f8c

Analogous Colors of #8cb98f

#8cb98f #8cb9a6 #a0b98c

Monochromatic Colors of #8cb98f

#8cb98f

Complementary Color

#8cb98f #b98cb6

#8cb98f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cb98f Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cb98f Color CSS Codes

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

#8cb98f Text Font Color

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

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


#8cb98f Background Color

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

This div background color is #8cb98f


#8cb98f Border Color

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

This div border color is #8cb98f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cb98f


Comments

No comments written yet.

Please login to write comment.