Color Hex Logo

#9cbd7e Color Hex

#9CBD7E
(156,189,126)
0 Favorites   0 Comments

Color spaces of #9cbd7e

RGB 156189126
HSL0.250.320.62
HSV91°33°74°
CMYK 0.170.000.33   0.26
XYZ35.673844.969526.5384
Yxy44.96950.33280.4196
Hunter Lab67.0593-22.396423.4778
CIE-Lab72.8718-22.400628.2968

#9cbd7e color RGB value is (156,189,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 10111101 01111110
Octal 234 275 176
Decimal 156 189 126
Hex 9C BD 7E

RGB Percentages of Color #9cbd7e

%33.12
%40.13
%26.75

CMYK Percentages of Color #9cbd7e

%17
%0
%33
%26

Triadic Colors of #9cbd7e

#9cbd7e #7e9cbd #bd7e9c

Analogous Colors of #9cbd7e

#9cbd7e #7ebd80 #bcbd7e

Monochromatic Colors of #9cbd7e

#9cbd7e

Complementary Color

#9cbd7e #9f7ebd

#9cbd7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9cbd7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#9cbd7e Color CSS Codes

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

#9cbd7e Text Font Color

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

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


#9cbd7e Background Color

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

This div background color is #9cbd7e


#9cbd7e Border Color

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

This div border color is #9cbd7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9cbd7e

#9cbd7e Color Palettes


Comments

No comments written yet.

Please login to write comment.