Color Hex Logo

#9fc007 Color Hex

#9FC007
(159,192,7)
0 Favorites   0 Comments

Color spaces of #9fc007

RGB 1591927
HSL0.200.930.39
HSV71°96°75°
CMYK 0.170.000.96   0.25
XYZ33.186145.08557.1543
Yxy45.08550.38850.5278
Hunter Lab67.1457-29.283240.6847
CIE-Lab72.9482-31.316272.6542

#9fc007 color RGB value is (159,192,7).

#9fc007 hex color red value is 159, green value is 192 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #9fc007 hue: 0.20 , saturation: 0.93 and the lightness value of 9fc007 is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 11000000 00000111
Octal 237 300 7
Decimal 159 192 7
Hex 9F C0 7

RGB Percentages of Color #9fc007

%44.41
%53.63
%1.96

CMYK Percentages of Color #9fc007

%17
%0
%96
%25

Triadic Colors of #9fc007

#9fc007 #079fc0 #c0079f

Analogous Colors of #9fc007

#9fc007 #43c007 #c08507

Monochromatic Colors of #9fc007

#9fc007

Complementary Color

#9fc007 #2807c0

#9fc007 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fc007 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fc007 Color CSS Codes

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

#9fc007 Text Font Color

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

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


#9fc007 Background Color

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

This div background color is #9fc007


#9fc007 Border Color

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

This div border color is #9fc007


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fc007


Comments

No comments written yet.

Please login to write comment.