Color Hex Logo

#9cb17e Color Hex

#9CB17E
(156,177,126)
0 Favorites   0 Comments

Color spaces of #9cb17e

RGB 156177126
HSL0.240.250.59
HSV85°29°69°
CMYK 0.120.000.29   0.31
XYZ33.198340.018625.7133
Yxy40.01860.33560.4045
Hunter Lab63.2603-17.030620.1827
CIE-Lab69.4828-16.336123.7621

#9cb17e color RGB value is (156,177,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 10110001 01111110
Octal 234 261 176
Decimal 156 177 126
Hex 9C B1 7E

RGB Percentages of Color #9cb17e

%33.99
%38.56
%27.45

CMYK Percentages of Color #9cb17e

%12
%0
%29
%31

Triadic Colors of #9cb17e

#9cb17e #7e9cb1 #b17e9c

Analogous Colors of #9cb17e

#9cb17e #83b17e #b1ad7e

Monochromatic Colors of #9cb17e

#9cb17e

Complementary Color

#9cb17e #937eb1

#9cb17e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9cb17e Color Preview on White Background

Lorem ipsum dolor sit amet.

#9cb17e Color CSS Codes

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

#9cb17e Text Font Color

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

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


#9cb17e Background Color

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

This div background color is #9cb17e


#9cb17e Border Color

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

This div border color is #9cb17e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9cb17e


Comments

No comments written yet.

Please login to write comment.