Color Hex Logo

#9bbe11 Color Hex

#9BBE11
(155,190,17)
0 Favorites   0 Comments

Color spaces of #9bbe11

RGB 15519017
HSL0.200.840.41
HSV72°91°75°
CMYK 0.180.000.91   0.25
XYZ32.032243.83597.3032
Yxy43.83590.38510.5271
Hunter Lab66.2087-29.505739.8061
CIE-Lab72.1187-31.869870.6680

#9bbe11 color RGB value is (155,190,17).

#9bbe11 hex color red value is 155, green value is 190 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #9bbe11 hue: 0.20 , saturation: 0.84 and the lightness value of 9bbe11 is 0.41.

The process color (four color CMYK) of #9bbe11 color hex is 0.18, 0.00, 0.91, 0.25. Web safe color of #9bbe11 is #99cc00. Color #9bbe11 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 10111110 00010001
Octal 233 276 21
Decimal 155 190 17
Hex 9B BE 11

RGB Percentages of Color #9bbe11

%42.82
%52.49
%4.70

CMYK Percentages of Color #9bbe11

%18
%0
%91
%25

Triadic Colors of #9bbe11

#9bbe11 #119bbe #be119b

Analogous Colors of #9bbe11

#9bbe11 #44be11 #be8b11

Monochromatic Colors of #9bbe11

#9bbe11

Complementary Color

#9bbe11 #3411be

#9bbe11 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bbe11 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bbe11 Color CSS Codes

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

#9bbe11 Text Font Color

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

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


#9bbe11 Background Color

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

This div background color is #9bbe11


#9bbe11 Border Color

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

This div border color is #9bbe11


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bbe11


Comments

No comments written yet.

Please login to write comment.