Color Hex Logo

#9bd589 Color Hex

#9BD589
(155,213,137)
0 Favorites   0 Comments

Color spaces of #9bd589

RGB 155213137
HSL0.290.480.69
HSV106°36°84°
CMYK 0.270.000.36   0.16
XYZ41.827256.363232.3416
Yxy56.36320.32040.4318
Hunter Lab75.0754-31.933327.0114
CIE-Lab79.8201-32.702631.7636

#9bd589 color RGB value is (155,213,137).

#9bd589 hex color red value is 155, green value is 213 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #9bd589 hue: 0.29 , saturation: 0.48 and the lightness value of 9bd589 is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 11010101 10001001
Octal 233 325 211
Decimal 155 213 137
Hex 9B D5 89

RGB Percentages of Color #9bd589

%30.69
%42.18
%27.13

CMYK Percentages of Color #9bd589

%27
%0
%36
%16

Triadic Colors of #9bd589

#9bd589 #899bd5 #d5899b

Analogous Colors of #9bd589

#9bd589 #89d59d #c1d589

Monochromatic Colors of #9bd589

#9bd589

Complementary Color

#9bd589 #c389d5

#9bd589 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bd589 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bd589 Color CSS Codes

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

#9bd589 Text Font Color

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

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


#9bd589 Background Color

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

This div background color is #9bd589


#9bd589 Border Color

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

This div border color is #9bd589


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bd589


Comments

No comments written yet.

Please login to write comment.