Color Hex Logo

#9bd18d Color Hex

#9BD18D
(155,209,141)
0 Favorites   0 Comments

Color spaces of #9bd18d

RGB 155209141
HSL0.300.430.69
HSV108°33°82°
CMYK 0.260.000.33   0.18
XYZ41.125854.492633.5499
Yxy54.49260.31840.4219
Hunter Lab73.8191-29.738224.7268
CIE-Lab78.7481-30.219828.2738

#9bd18d color RGB value is (155,209,141).

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

The process color (four color CMYK) of #9bd18d color hex is 0.26, 0.00, 0.33, 0.18. Web safe color of #9bd18d is #99cc99. Color #9bd18d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 11010001 10001101
Octal 233 321 215
Decimal 155 209 141
Hex 9B D1 8D

RGB Percentages of Color #9bd18d

%30.69
%41.39
%27.92

CMYK Percentages of Color #9bd18d

%26
%0
%33
%18

Triadic Colors of #9bd18d

#9bd18d #8d9bd1 #d18d9b

Analogous Colors of #9bd18d

#9bd18d #8dd1a1 #bdd18d

Monochromatic Colors of #9bd18d

#9bd18d

Complementary Color

#9bd18d #c38dd1

#9bd18d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bd18d Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bd18d Color CSS Codes

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

#9bd18d Text Font Color

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

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


#9bd18d Background Color

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

This div background color is #9bd18d


#9bd18d Border Color

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

This div border color is #9bd18d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(155,209,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 #9bd18d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bd18d


Comments

No comments written yet.

Please login to write comment.