Color Hex Logo

#9fd014 Color Hex

#9FD014
(159,208,20)
0 Favorites   0 Comments

Color spaces of #9fd014

RGB 15920820
HSL0.210.820.45
HSV76°90°82°
CMYK 0.240.000.90   0.18
XYZ36.980252.53328.8527
Yxy52.53320.37590.5341
Hunter Lab72.4798-35.766443.4942
CIE-Lab77.5986-38.424774.7335

#9fd014 color RGB value is (159,208,20).

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

The process color (four color CMYK) of #9fd014 color hex is 0.24, 0.00, 0.90, 0.18. Web safe color of #9fd014 is #99cc00. Color #9fd014 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 11010000 00010100
Octal 237 320 24
Decimal 159 208 20
Hex 9F D0 14

RGB Percentages of Color #9fd014

%41.09
%53.75
%5.17

CMYK Percentages of Color #9fd014

%24
%0
%90
%18

Triadic Colors of #9fd014

#9fd014 #149fd0 #d0149f

Analogous Colors of #9fd014

#9fd014 #41d014 #d0a314

Monochromatic Colors of #9fd014

#9fd014

Complementary Color

#9fd014 #4514d0

#9fd014 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fd014 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fd014 Color CSS Codes

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

#9fd014 Text Font Color

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

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


#9fd014 Background Color

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

This div background color is #9fd014


#9fd014 Border Color

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

This div border color is #9fd014


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fd014


Comments

No comments written yet.

Please login to write comment.