Color Hex Logo

#9bd88a Color Hex

#9BD88A
(155,216,138)
0 Favorites   0 Comments

Color spaces of #9bd88a

RGB 155216138
HSL0.300.500.69
HSV107°36°85°
CMYK 0.280.000.36   0.15
XYZ42.660957.915332.9751
Yxy57.91530.31940.4337
Hunter Lab76.1021-33.116127.5811
CIE-Lab80.6917-33.949332.4007

#9bd88a color RGB value is (155,216,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 11011000 10001010
Octal 233 330 212
Decimal 155 216 138
Hex 9B D8 8A

RGB Percentages of Color #9bd88a

%30.45
%42.44
%27.11

CMYK Percentages of Color #9bd88a

%28
%0
%36
%15

Triadic Colors of #9bd88a

#9bd88a #8a9bd8 #d88a9b

Analogous Colors of #9bd88a

#9bd88a #8ad8a0 #c2d88a

Monochromatic Colors of #9bd88a

#9bd88a

Complementary Color

#9bd88a #c78ad8

#9bd88a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bd88a Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bd88a Color CSS Codes

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

#9bd88a Text Font Color

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

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


#9bd88a Background Color

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

This div background color is #9bd88a


#9bd88a Border Color

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

This div border color is #9bd88a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bd88a

#9bd88a Color Palettes


Comments

No comments written yet.

Please login to write comment.