Color Hex Logo

#9cb87d Color Hex

#9CB87D
(156,184,125)
0 Favorites   0 Comments

Color spaces of #9cb87d

RGB 156184125
HSL0.250.290.61
HSV88°32°72°
CMYK 0.150.000.32   0.28
XYZ34.552542.829625.8479
Yxy42.82960.33470.4149
Hunter Lab65.4443-20.285322.3938
CIE-Lab71.4392-20.044626.9198

#9cb87d color RGB value is (156,184,125).

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

The process color (four color CMYK) of #9cb87d color hex is 0.15, 0.00, 0.32, 0.28. Web safe color of #9cb87d is #99cc66. Color #9cb87d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011100 10111000 01111101
Octal 234 270 175
Decimal 156 184 125
Hex 9C B8 7D

RGB Percentages of Color #9cb87d

%33.55
%39.57
%26.88

CMYK Percentages of Color #9cb87d

%15
%0
%32
%28

Triadic Colors of #9cb87d

#9cb87d #7d9cb8 #b87d9c

Analogous Colors of #9cb87d

#9cb87d #7fb87d #b8b77d

Monochromatic Colors of #9cb87d

#9cb87d

Complementary Color

#9cb87d #997db8

#9cb87d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9cb87d Color Preview on White Background

Lorem ipsum dolor sit amet.

#9cb87d Color CSS Codes

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

#9cb87d Text Font Color

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

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


#9cb87d Background Color

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

This div background color is #9cb87d


#9cb87d Border Color

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

This div border color is #9cb87d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(156,184,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 #9cb87d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9cb87d


Comments

No comments written yet.

Please login to write comment.