Color Hex Logo

#9cbd7d Color Hex

#9CBD7D
(156,189,125)
0 Favorites   0 Comments

Color spaces of #9cbd7d

RGB 156189125
HSL0.250.330.62
HSV91°34°74°
CMYK 0.170.000.34   0.26
XYZ35.609644.943826.2002
Yxy44.94380.33360.4210
Hunter Lab67.0401-22.506723.7568
CIE-Lab72.8549-22.544128.8006

#9cbd7d color RGB value is (156,189,125).

#9cbd7d hex color red value is 156, green value is 189 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #9cbd7d hue: 0.25 , saturation: 0.33 and the lightness value of 9cbd7d is 0.62.

The process color (four color CMYK) of #9cbd7d color hex is 0.17, 0.00, 0.34, 0.26. Web safe color of #9cbd7d is #99cc66. Color #9cbd7d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011100 10111101 01111101
Octal 234 275 175
Decimal 156 189 125
Hex 9C BD 7D

RGB Percentages of Color #9cbd7d

%33.19
%40.21
%26.60

CMYK Percentages of Color #9cbd7d

%17
%0
%34
%26

Triadic Colors of #9cbd7d

#9cbd7d #7d9cbd #bd7d9c

Analogous Colors of #9cbd7d

#9cbd7d #7dbd7e #bcbd7d

Monochromatic Colors of #9cbd7d

#9cbd7d

Complementary Color

#9cbd7d #9e7dbd

#9cbd7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9cbd7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#9cbd7d Color CSS Codes

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

#9cbd7d Text Font Color

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

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


#9cbd7d Background Color

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

This div background color is #9cbd7d


#9cbd7d Border Color

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

This div border color is #9cbd7d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(156,189,125, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9cbd7d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9cbd7d;
  -webkit-box-shadow: 1px 1px 3px 2px #9cbd7d;
  box-shadow:         1px 1px 3px 2px #9cbd7d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9cbd7d


Comments

No comments written yet.

Please login to write comment.