Color Hex Logo

#9bc89c Color Hex

#9BC89C
(155,200,156)
0 Favorites   0 Comments

Color spaces of #9bc89c

RGB 155200156
HSL0.340.290.70
HSV121°23°78°
CMYK 0.230.000.22   0.22
XYZ40.172650.677439.1169
Yxy50.67740.30910.3899
Hunter Lab71.1881-23.848617.2526
CIE-Lab76.4832-23.401817.2761

#9bc89c color RGB value is (155,200,156).

#9bc89c hex color red value is 155, green value is 200 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #9bc89c hue: 0.34 , saturation: 0.29 and the lightness value of 9bc89c is 0.70.

The process color (four color CMYK) of #9bc89c color hex is 0.23, 0.00, 0.22, 0.22. Web safe color of #9bc89c is #99cc99. Color #9bc89c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 11001000 10011100
Octal 233 310 234
Decimal 155 200 156
Hex 9B C8 9C

RGB Percentages of Color #9bc89c

%30.33
%39.14
%30.53

CMYK Percentages of Color #9bc89c

%23
%0
%22
%22

Triadic Colors of #9bc89c

#9bc89c #9c9bc8 #c89c9b

Analogous Colors of #9bc89c

#9bc89c #9bc8b3 #b1c89b

Monochromatic Colors of #9bc89c

#9bc89c

Complementary Color

#9bc89c #c89bc7

#9bc89c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bc89c Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bc89c Color CSS Codes

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

#9bc89c Text Font Color

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

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


#9bc89c Background Color

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

This div background color is #9bc89c


#9bc89c Border Color

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

This div border color is #9bc89c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bc89c


Comments

No comments written yet.

Please login to write comment.