Color Hex Logo

#8cbd95 Color Hex

#8CBD95
(140,189,149)
0 Favorites   0 Comments

Color spaces of #8cbd95

RGB 140189149
HSL0.360.270.65
HSV131°26°74°
CMYK 0.260.000.21   0.26
XYZ34.437644.140635.1387
Yxy44.14060.30280.3882
Hunter Lab66.4384-23.743715.1489
CIE-Lab72.3224-24.247515.0954

#8cbd95 color RGB value is (140,189,149).

#8cbd95 hex color red value is 140, green value is 189 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #8cbd95 hue: 0.36 , saturation: 0.27 and the lightness value of 8cbd95 is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 10111101 10010101
Octal 214 275 225
Decimal 140 189 149
Hex 8C BD 95

RGB Percentages of Color #8cbd95

%29.29
%39.54
%31.17

CMYK Percentages of Color #8cbd95

%26
%0
%21
%26

Triadic Colors of #8cbd95

#8cbd95 #958cbd #bd958c

Analogous Colors of #8cbd95

#8cbd95 #8cbdae #9cbd8c

Monochromatic Colors of #8cbd95

#8cbd95

Complementary Color

#8cbd95 #bd8cb4

#8cbd95 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cbd95 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cbd95 Color CSS Codes

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

#8cbd95 Text Font Color

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

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


#8cbd95 Background Color

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

This div background color is #8cbd95


#8cbd95 Border Color

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

This div border color is #8cbd95


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cbd95


Comments

No comments written yet.

Please login to write comment.