Color Hex Logo

#9bd80e Color Hex

#9BD80E
(155,216,14)
0 Favorites   0 Comments

Color spaces of #9bd80e

RGB 15521614
HSL0.220.880.45
HSV78°94°85°
CMYK 0.280.000.94   0.15
XYZ38.152756.11209.2353
Yxy56.11200.36860.5421
Hunter Lab74.9079-40.173945.1258
CIE-Lab79.6775-43.568077.0873

#9bd80e color RGB value is (155,216,14).

#9bd80e hex color red value is 155, green value is 216 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #9bd80e hue: 0.22 , saturation: 0.88 and the lightness value of 9bd80e is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 11011000 00001110
Octal 233 330 16
Decimal 155 216 14
Hex 9B D8 E

RGB Percentages of Color #9bd80e

%40.26
%56.10
%3.64

CMYK Percentages of Color #9bd80e

%28
%0
%94
%15

Triadic Colors of #9bd80e

#9bd80e #0e9bd8 #d80e9b

Analogous Colors of #9bd80e

#9bd80e #36d80e #d8b00e

Monochromatic Colors of #9bd80e

#9bd80e

Complementary Color

#9bd80e #4b0ed8

#9bd80e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bd80e Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bd80e Color CSS Codes

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

#9bd80e Text Font Color

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

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


#9bd80e Background Color

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

This div background color is #9bd80e


#9bd80e Border Color

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

This div border color is #9bd80e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bd80e


Comments

No comments written yet.

Please login to write comment.