Color Hex Logo

#9fcb1c Color Hex

#9FCB1C
(159,203,28)
0 Favorites   0 Comments

Color spaces of #9fcb1c

RGB 15920328
HSL0.210.760.45
HSV75°86°80°
CMYK 0.220.000.86   0.20
XYZ35.863650.16668.8915
Yxy50.16660.37780.5285
Hunter Lab70.8284-33.567142.1368
CIE-Lab76.1714-35.984672.1465

#9fcb1c color RGB value is (159,203,28).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 11001011 00011100
Octal 237 313 34
Decimal 159 203 28
Hex 9F CB 1C

RGB Percentages of Color #9fcb1c

%40.77
%52.05
%7.18

CMYK Percentages of Color #9fcb1c

%22
%0
%86
%20

Triadic Colors of #9fcb1c

#9fcb1c #1c9fcb #cb1c9f

Analogous Colors of #9fcb1c

#9fcb1c #48cb1c #cba01c

Monochromatic Colors of #9fcb1c

#9fcb1c

Complementary Color

#9fcb1c #481ccb

#9fcb1c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fcb1c Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fcb1c Color CSS Codes

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

#9fcb1c Text Font Color

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

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


#9fcb1c Background Color

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

This div background color is #9fcb1c


#9fcb1c Border Color

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

This div border color is #9fcb1c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(159,203,28, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fcb1c


Comments

No comments written yet.

Please login to write comment.