Color Hex Logo

#9bdd4e Color Hex

#9BDD4E
(155,221,78)
0 Favorites   0 Comments

Color spaces of #9bdd4e

RGB 15522178
HSL0.240.680.59
HSV88°65°87°
CMYK 0.300.000.65   0.13
XYZ40.749259.231516.4928
Yxy59.23150.34990.5085
Hunter Lab76.9620-40.172841.1677
CIE-Lab81.4187-42.888861.3507

#9bdd4e color RGB value is (155,221,78).

#9bdd4e hex color red value is 155, green value is 221 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #9bdd4e hue: 0.24 , saturation: 0.68 and the lightness value of 9bdd4e is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 11011101 01001110
Octal 233 335 116
Decimal 155 221 78
Hex 9B DD 4E

RGB Percentages of Color #9bdd4e

%34.14
%48.68
%17.18

CMYK Percentages of Color #9bdd4e

%30
%0
%65
%13

Triadic Colors of #9bdd4e

#9bdd4e #4e9bdd #dd4e9b

Analogous Colors of #9bdd4e

#9bdd4e #53dd4e #ddd84e

Monochromatic Colors of #9bdd4e

#9bdd4e

Complementary Color

#9bdd4e #904edd

#9bdd4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bdd4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bdd4e Color CSS Codes

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

#9bdd4e Text Font Color

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

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


#9bdd4e Background Color

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

This div background color is #9bdd4e


#9bdd4e Border Color

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

This div border color is #9bdd4e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bdd4e


Comments

No comments written yet.

Please login to write comment.