Color Hex Logo

#8cbc96 Color Hex

#8CBC96
(140,188,150)
0 Favorites   0 Comments

Color spaces of #8cbc96

RGB 140188150
HSL0.370.260.64
HSV133°26°74°
CMYK 0.260.000.20   0.26
XYZ34.303543.743935.4896
Yxy43.74390.30210.3853
Hunter Lab66.1392-23.163414.4830
CIE-Lab72.0570-23.566914.1827

#8cbc96 color RGB value is (140,188,150).

#8cbc96 hex color red value is 140, green value is 188 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #8cbc96 hue: 0.37 , saturation: 0.26 and the lightness value of 8cbc96 is 0.64.

The process color (four color CMYK) of #8cbc96 color hex is 0.26, 0.00, 0.20, 0.26. Web safe color of #8cbc96 is #99cc99. Color #8cbc96 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 10111100 10010110
Octal 214 274 226
Decimal 140 188 150
Hex 8C BC 96

RGB Percentages of Color #8cbc96

%29.29
%39.33
%31.38

CMYK Percentages of Color #8cbc96

%26
%0
%20
%26

Triadic Colors of #8cbc96

#8cbc96 #968cbc #bc968c

Analogous Colors of #8cbc96

#8cbc96 #8cbcae #9abc8c

Monochromatic Colors of #8cbc96

#8cbc96

Complementary Color

#8cbc96 #bc8cb2

#8cbc96 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cbc96 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cbc96 Color CSS Codes

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

#8cbc96 Text Font Color

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

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


#8cbc96 Background Color

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

This div background color is #8cbc96


#8cbc96 Border Color

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

This div border color is #8cbc96


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cbc96


Comments

No comments written yet.

Please login to write comment.