Color Hex Logo

#9bdd6f Color Hex

#9BDD6F
(155,221,111)
0 Favorites   0 Comments

Color spaces of #9bdd6f

RGB 155221111
HSL0.270.620.65
HSV96°50°87°
CMYK 0.300.000.50   0.13
XYZ42.243359.829224.3607
Yxy59.82920.33410.4732
Hunter Lab77.3493-37.876035.4715
CIE-Lab81.7453-39.743847.1111

#9bdd6f color RGB value is (155,221,111).

#9bdd6f hex color red value is 155, green value is 221 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #9bdd6f hue: 0.27 , saturation: 0.62 and the lightness value of 9bdd6f is 0.65.

The process color (four color CMYK) of #9bdd6f color hex is 0.30, 0.00, 0.50, 0.13. Web safe color of #9bdd6f is #99cc66. Color #9bdd6f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 11011101 01101111
Octal 233 335 157
Decimal 155 221 111
Hex 9B DD 6F

RGB Percentages of Color #9bdd6f

%31.83
%45.38
%22.79

CMYK Percentages of Color #9bdd6f

%30
%0
%50
%13

Triadic Colors of #9bdd6f

#9bdd6f #6f9bdd #dd6f9b

Analogous Colors of #9bdd6f

#9bdd6f #6fdd7a #d2dd6f

Monochromatic Colors of #9bdd6f

#9bdd6f

Complementary Color

#9bdd6f #b16fdd

#9bdd6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bdd6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bdd6f Color CSS Codes

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

#9bdd6f Text Font Color

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

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


#9bdd6f Background Color

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

This div background color is #9bdd6f


#9bdd6f Border Color

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

This div border color is #9bdd6f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bdd6f


Comments

No comments written yet.

Please login to write comment.