Color Hex Logo

#9fcb1f Color Hex

#9FCB1F
(159,203,31)
0 Favorites   0 Comments

Color spaces of #9fcb1f

RGB 15920331
HSL0.210.740.46
HSV75°85°80°
CMYK 0.220.000.85   0.20
XYZ35.901350.18179.0902
Yxy50.18170.37720.5273
Hunter Lab70.8390-33.504341.9791
CIE-Lab76.1807-35.897971.5208

#9fcb1f color RGB value is (159,203,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 11001011 00011111
Octal 237 313 37
Decimal 159 203 31
Hex 9F CB 1F

RGB Percentages of Color #9fcb1f

%40.46
%51.65
%7.89

CMYK Percentages of Color #9fcb1f

%22
%0
%85
%20

Triadic Colors of #9fcb1f

#9fcb1f #1f9fcb #cb1f9f

Analogous Colors of #9fcb1f

#9fcb1f #49cb1f #cba11f

Monochromatic Colors of #9fcb1f

#9fcb1f

Complementary Color

#9fcb1f #4b1fcb

#9fcb1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fcb1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fcb1f Color CSS Codes

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

#9fcb1f Text Font Color

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

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


#9fcb1f Background Color

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

This div background color is #9fcb1f


#9fcb1f Border Color

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

This div border color is #9fcb1f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fcb1f


Comments

No comments written yet.

Please login to write comment.