Color Hex Logo

#9bde07 Color Hex

#9BDE07
(155,222,7)
0 Favorites   0 Comments

Color spaces of #9bde07

RGB 1552227
HSL0.220.940.45
HSV79°97°87°
CMYK 0.300.000.97   0.13
XYZ39.677259.22659.5417
Yxy59.22650.36590.5461
Hunter Lab76.9588-42.649646.5201
CIE-Lab81.4159-46.212579.1233

#9bde07 color RGB value is (155,222,7).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 11011110 00000111
Octal 233 336 7
Decimal 155 222 7
Hex 9B DE 7

RGB Percentages of Color #9bde07

%40.36
%57.81
%1.82

CMYK Percentages of Color #9bde07

%30
%0
%97
%13

Triadic Colors of #9bde07

#9bde07 #079bde #de079b

Analogous Colors of #9bde07

#9bde07 #30de07 #deb607

Monochromatic Colors of #9bde07

#9bde07

Complementary Color

#9bde07 #4a07de

#9bde07 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bde07 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bde07 Color CSS Codes

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

#9bde07 Text Font Color

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

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


#9bde07 Background Color

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

This div background color is #9bde07


#9bde07 Border Color

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

This div border color is #9bde07


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bde07


Comments

No comments written yet.

Please login to write comment.