Color Hex Logo

#9bd88d Color Hex

#9BD88D
(155,216,141)
0 Favorites   0 Comments

Color spaces of #9bd88d

RGB 155216141
HSL0.300.490.70
HSV109°35°85°
CMYK 0.280.000.35   0.15
XYZ42.881258.003434.1350
Yxy58.00340.31760.4296
Hunter Lab76.1600-32.777126.7381
CIE-Lab80.7407-33.502630.9285

#9bd88d color RGB value is (155,216,141).

#9bd88d hex color red value is 155, green value is 216 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #9bd88d hue: 0.30 , saturation: 0.49 and the lightness value of 9bd88d is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 11011000 10001101
Octal 233 330 215
Decimal 155 216 141
Hex 9B D8 8D

RGB Percentages of Color #9bd88d

%30.27
%42.19
%27.54

CMYK Percentages of Color #9bd88d

%28
%0
%35
%15

Triadic Colors of #9bd88d

#9bd88d #8d9bd8 #d88d9b

Analogous Colors of #9bd88d

#9bd88d #8dd8a5 #c1d88d

Monochromatic Colors of #9bd88d

#9bd88d

Complementary Color

#9bd88d #ca8dd8

#9bd88d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bd88d Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bd88d Color CSS Codes

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

#9bd88d Text Font Color

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

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


#9bd88d Background Color

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

This div background color is #9bd88d


#9bd88d Border Color

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

This div border color is #9bd88d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bd88d


Comments

No comments written yet.

Please login to write comment.