Color Hex Logo

#9bd996 Color Hex

#9BD996
(155,217,150)
0 Favorites   0 Comments

Color spaces of #9bd996

RGB 155217150
HSL0.320.470.72
HSV116°31°85°
CMYK 0.290.000.31   0.15
XYZ43.835458.796337.8926
Yxy58.79630.31190.4184
Hunter Lab76.6787-32.143624.3756
CIE-Lab81.1795-32.570526.8722

#9bd996 color RGB value is (155,217,150).

#9bd996 hex color red value is 155, green value is 217 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #9bd996 hue: 0.32 , saturation: 0.47 and the lightness value of 9bd996 is 0.72.

The process color (four color CMYK) of #9bd996 color hex is 0.29, 0.00, 0.31, 0.15. Web safe color of #9bd996 is #99cc99. Color #9bd996 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 11011001 10010110
Octal 233 331 226
Decimal 155 217 150
Hex 9B D9 96

RGB Percentages of Color #9bd996

%29.69
%41.57
%28.74

CMYK Percentages of Color #9bd996

%29
%0
%31
%15

Triadic Colors of #9bd996

#9bd996 #969bd9 #d9969b

Analogous Colors of #9bd996

#9bd996 #96d9b3 #bdd996

Monochromatic Colors of #9bd996

#9bd996

Complementary Color

#9bd996 #d496d9

#9bd996 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bd996 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bd996 Color CSS Codes

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

#9bd996 Text Font Color

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

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


#9bd996 Background Color

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

This div background color is #9bd996


#9bd996 Border Color

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

This div border color is #9bd996


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bd996


Comments

No comments written yet.

Please login to write comment.