Color Hex Logo

#9dcb8b Color Hex

#9DCB8B
(157,203,139)
0 Favorites   0 Comments

Color spaces of #9dcb8b

RGB 157203139
HSL0.290.380.67
HSV103°32°80°
CMYK 0.230.000.32   0.20
XYZ39.920851.744132.3097
Yxy51.74410.32200.4174
Hunter Lab71.9334-26.821423.7226
CIE-Lab77.1276-26.965027.1653

#9dcb8b color RGB value is (157,203,139).

#9dcb8b hex color red value is 157, green value is 203 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #9dcb8b hue: 0.29 , saturation: 0.38 and the lightness value of 9dcb8b is 0.67.

The process color (four color CMYK) of #9dcb8b color hex is 0.23, 0.00, 0.32, 0.20. Web safe color of #9dcb8b is #99cc99. Color #9dcb8b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 11001011 10001011
Octal 235 313 213
Decimal 157 203 139
Hex 9D CB 8B

RGB Percentages of Color #9dcb8b

%31.46
%40.68
%27.86

CMYK Percentages of Color #9dcb8b

%23
%0
%32
%20

Triadic Colors of #9dcb8b

#9dcb8b #8b9dcb #cb8b9d

Analogous Colors of #9dcb8b

#9dcb8b #8bcb99 #bdcb8b

Monochromatic Colors of #9dcb8b

#9dcb8b

Complementary Color

#9dcb8b #b98bcb

#9dcb8b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9dcb8b Color Preview on White Background

Lorem ipsum dolor sit amet.

#9dcb8b Color CSS Codes

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

#9dcb8b Text Font Color

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

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


#9dcb8b Background Color

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

This div background color is #9dcb8b


#9dcb8b Border Color

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

This div border color is #9dcb8b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(157,203,139, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9dcb8b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9dcb8b;
  -webkit-box-shadow: 1px 1px 3px 2px #9dcb8b;
  box-shadow:         1px 1px 3px 2px #9dcb8b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(157,203,139, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9dcb8b


Comments

No comments written yet.

Please login to write comment.