color codes Logo

#9bcc8d color codes

#9BCC8D
(155,204,141)
0 Favorites   0 Comments

Color spaces of #9bcc8d

RGB 155204141
HSL0.300.380.68
HSV107°31°80°
CMYK 0.240.000.31   0.20
XYZ39.918252.077433.1473
Yxy52.07740.31900.4161
Hunter Lab72.1647-27.550123.2817
CIE-Lab77.3271-27.833226.3663

#9bcc8d color RGB value is (155,204,141).

#9bcc8d hex color red value is 155, green value is 204 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #9bcc8d hue: 0.30 , saturation: 0.38 and the lightness value of 9bcc8d is 0.68.

The process color (four color CMYK) of #9bcc8d color code is 0.24, 0.00, 0.31, 0.20. Web safe color of #9bcc8d is #99cc99. Color #9bcc8d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 11001100 10001101
Octal 233 314 215
Decimal 155 204 141
Hex 9B CC 8D

RGB Percentages of Color #9bcc8d

%31.00
%40.80
%28.20

CMYK Percentages of Color #9bcc8d

%24
%0
%31
%20

Triadic Colors of #9bcc8d

#9bcc8d #8d9bcc #cc8d9b

Analogous Colors of #9bcc8d

#9bcc8d #8dcc9f #bbcc8d

Monochromatic Colors of #9bcc8d

#9bcc8d

Complementary Color

#9bcc8d #be8dcc

#9bcc8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bcc8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bcc8d Color CSS Codes

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

#9bcc8d Text Font Color

<p style="color:#9bcc8d">Text here</p>

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


#9bcc8d Background Color

<div style="background-color:#9bcc8d">
Div content here</div>

This div background color is #9bcc8d


#9bcc8d Border Color

<div style="border:3px solid #9bcc8d">
Div here</div>

This div border color is #9bcc8d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(155,204,141, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9bcc8d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9bcc8d;
  -webkit-box-shadow: 1px 1px 3px 2px #9bcc8d;
  box-shadow:         1px 1px 3px 2px #9bcc8d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(155,204,141, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bcc8d


Comments

No comments written yet.

Please login to write comment.