Color Hex Logo

#9bd591 Color Hex

#9BD591
(155,213,145)
0 Favorites   0 Comments

Color spaces of #9bd591

RGB 155213145
HSL0.310.450.70
HSV111°32°84°
CMYK 0.270.000.32   0.16
XYZ42.422756.601435.4773
Yxy56.60140.31540.4208
Hunter Lab75.2339-31.007224.7049
CIE-Lab79.9549-31.487227.8157

#9bd591 color RGB value is (155,213,145).

#9bd591 hex color red value is 155, green value is 213 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #9bd591 hue: 0.31 , saturation: 0.45 and the lightness value of 9bd591 is 0.70.

The process color (four color CMYK) of #9bd591 color hex is 0.27, 0.00, 0.32, 0.16. Web safe color of #9bd591 is #99cc99. Color #9bd591 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 11010101 10010001
Octal 233 325 221
Decimal 155 213 145
Hex 9B D5 91

RGB Percentages of Color #9bd591

%30.21
%41.52
%28.27

CMYK Percentages of Color #9bd591

%27
%0
%32
%16

Triadic Colors of #9bd591

#9bd591 #919bd5 #d5919b

Analogous Colors of #9bd591

#9bd591 #91d5a9 #bdd591

Monochromatic Colors of #9bd591

#9bd591

Complementary Color

#9bd591 #cb91d5

#9bd591 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bd591 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bd591 Color CSS Codes

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

#9bd591 Text Font Color

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

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


#9bd591 Background Color

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

This div background color is #9bd591


#9bd591 Border Color

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

This div border color is #9bd591


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bd591


Comments

No comments written yet.

Please login to write comment.