Color Hex Logo

#9bd311 Color Hex

#9BD311
(155,211,17)
0 Favorites   0 Comments

Color spaces of #9bd311

RGB 15521117
HSL0.210.850.45
HSV77°92°83°
CMYK 0.270.000.92   0.17
XYZ36.913053.59768.9302
Yxy53.59760.37120.5390
Hunter Lab73.2104-38.117744.0151
CIE-Lab78.2265-41.352575.5641

#9bd311 color RGB value is (155,211,17).

#9bd311 hex color red value is 155, green value is 211 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #9bd311 hue: 0.21 , saturation: 0.85 and the lightness value of 9bd311 is 0.45.

The process color (four color CMYK) of #9bd311 color hex is 0.27, 0.00, 0.92, 0.17. Web safe color of #9bd311 is #99cc00. Color #9bd311 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 11010011 00010001
Octal 233 323 21
Decimal 155 211 17
Hex 9B D3 11

RGB Percentages of Color #9bd311

%40.47
%55.09
%4.44

CMYK Percentages of Color #9bd311

%27
%0
%92
%17

Triadic Colors of #9bd311

#9bd311 #119bd3 #d3119b

Analogous Colors of #9bd311

#9bd311 #3ad311 #d3aa11

Monochromatic Colors of #9bd311

#9bd311

Complementary Color

#9bd311 #4911d3

#9bd311 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bd311 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bd311 Color CSS Codes

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

#9bd311 Text Font Color

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

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


#9bd311 Background Color

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

This div background color is #9bd311


#9bd311 Border Color

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

This div border color is #9bd311


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(155,211,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 #9bd311">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bd311


Comments

No comments written yet.

Please login to write comment.