Color Hex Logo

#9cb27d Color Hex

#9CB27D
(156,178,125)
0 Favorites   0 Comments

Color spaces of #9cb27d

RGB 156178125
HSL0.240.260.59
HSV85°30°70°
CMYK 0.120.000.30   0.30
XYZ33.332440.389425.4412
Yxy40.38940.33610.4073
Hunter Lab63.5527-17.596620.7521
CIE-Lab69.7460-16.997124.6535

#9cb27d color RGB value is (156,178,125).

#9cb27d hex color red value is 156, green value is 178 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #9cb27d hue: 0.24 , saturation: 0.26 and the lightness value of 9cb27d is 0.59.

The process color (four color CMYK) of #9cb27d color hex is 0.12, 0.00, 0.30, 0.30. Web safe color of #9cb27d is #999966. Color #9cb27d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011100 10110010 01111101
Octal 234 262 175
Decimal 156 178 125
Hex 9C B2 7D

RGB Percentages of Color #9cb27d

%33.99
%38.78
%27.23

CMYK Percentages of Color #9cb27d

%12
%0
%30
%30

Triadic Colors of #9cb27d

#9cb27d #7d9cb2 #b27d9c

Analogous Colors of #9cb27d

#9cb27d #82b27d #b2ae7d

Monochromatic Colors of #9cb27d

#9cb27d

Complementary Color

#9cb27d #937db2

#9cb27d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9cb27d Color Preview on White Background

Lorem ipsum dolor sit amet.

#9cb27d Color CSS Codes

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

#9cb27d Text Font Color

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

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


#9cb27d Background Color

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

This div background color is #9cb27d


#9cb27d Border Color

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

This div border color is #9cb27d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9cb27d


Comments

No comments written yet.

Please login to write comment.