Color Hex Logo

#9fcb11 Color Hex

#9FCB11
(159,203,17)
0 Favorites   0 Comments

Color spaces of #9fcb11

RGB 15920317
HSL0.210.850.43
HSV74°92°80°
CMYK 0.220.000.92   0.20
XYZ35.755250.12338.3206
Yxy50.12330.37960.5321
Hunter Lab70.7978-33.747942.5903
CIE-Lab76.1449-36.234673.9991

#9fcb11 color RGB value is (159,203,17).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 11001011 00010001
Octal 237 313 21
Decimal 159 203 17
Hex 9F CB 11

RGB Percentages of Color #9fcb11

%41.95
%53.56
%4.49

CMYK Percentages of Color #9fcb11

%22
%0
%92
%20

Triadic Colors of #9fcb11

#9fcb11 #119fcb #cb119f

Analogous Colors of #9fcb11

#9fcb11 #42cb11 #cb9a11

Monochromatic Colors of #9fcb11

#9fcb11

Complementary Color

#9fcb11 #3d11cb

#9fcb11 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fcb11 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fcb11 Color CSS Codes

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

#9fcb11 Text Font Color

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

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


#9fcb11 Background Color

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

This div background color is #9fcb11


#9fcb11 Border Color

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

This div border color is #9fcb11


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fcb11


Comments

No comments written yet.

Please login to write comment.