Color Hex Logo

#9ec207 Color Hex

#9EC207
(158,194,7)
0 Favorites   0 Comments

Color spaces of #9ec207

RGB 1581947
HSL0.200.930.39
HSV72°96°76°
CMYK 0.190.000.96   0.24
XYZ33.430745.86807.2924
Yxy45.86800.38610.5297
Hunter Lab67.7259-30.409641.0241
CIE-Lab73.4598-32.658773.0203

#9ec207 color RGB value is (158,194,7).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 11000010 00000111
Octal 236 302 7
Decimal 158 194 7
Hex 9E C2 7

RGB Percentages of Color #9ec207

%44.01
%54.04
%1.95

CMYK Percentages of Color #9ec207

%19
%0
%96
%24

Triadic Colors of #9ec207

#9ec207 #079ec2 #c2079e

Analogous Colors of #9ec207

#9ec207 #40c207 #c28907

Monochromatic Colors of #9ec207

#9ec207

Complementary Color

#9ec207 #2b07c2

#9ec207 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ec207 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ec207 Color CSS Codes

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

#9ec207 Text Font Color

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

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


#9ec207 Background Color

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

This div background color is #9ec207


#9ec207 Border Color

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

This div border color is #9ec207


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ec207


Comments

No comments written yet.

Please login to write comment.