Color Hex Logo

#8cb588 Color Hex

#8CB588
(140,181,136)
0 Favorites   0 Comments

Color spaces of #8cb588

RGB 140181136
HSL0.320.230.62
HSV115°25°71°
CMYK 0.230.000.25   0.29
XYZ31.783040.400829.4155
Yxy40.40080.31280.3976
Hunter Lab63.5616-21.976717.0545
CIE-Lab69.7541-22.582118.5607

#8cb588 color RGB value is (140,181,136).

#8cb588 hex color red value is 140, green value is 181 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #8cb588 hue: 0.32 , saturation: 0.23 and the lightness value of 8cb588 is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 10110101 10001000
Octal 214 265 210
Decimal 140 181 136
Hex 8C B5 88

RGB Percentages of Color #8cb588

%30.63
%39.61
%29.76

CMYK Percentages of Color #8cb588

%23
%0
%25
%29

Triadic Colors of #8cb588

#8cb588 #888cb5 #b5888c

Analogous Colors of #8cb588

#8cb588 #88b59b #a3b588

Monochromatic Colors of #8cb588

#8cb588

Complementary Color

#8cb588 #b188b5

#8cb588 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cb588 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cb588 Color CSS Codes

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

#8cb588 Text Font Color

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

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


#8cb588 Background Color

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

This div background color is #8cb588


#8cb588 Border Color

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

This div border color is #8cb588


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cb588


Comments

No comments written yet.

Please login to write comment.