Color Hex Logo

#9ec093 Color Hex

#9EC093
(158,192,147)
0 Favorites   0 Comments

Color spaces of #9ec093

RGB 158192147
HSL0.290.260.66
HSV105°23°75°
CMYK 0.180.000.23   0.25
XYZ38.216647.075034.6759
Yxy47.07500.31860.3924
Hunter Lab68.6112-20.644818.0629
CIE-Lab74.2377-19.914719.0027

#9ec093 color RGB value is (158,192,147).

#9ec093 hex color red value is 158, green value is 192 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #9ec093 hue: 0.29 , saturation: 0.26 and the lightness value of 9ec093 is 0.66.

The process color (four color CMYK) of #9ec093 color hex is 0.18, 0.00, 0.23, 0.25. Web safe color of #9ec093 is #99cc99. Color #9ec093 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 11000000 10010011
Octal 236 300 223
Decimal 158 192 147
Hex 9E C0 93

RGB Percentages of Color #9ec093

%31.79
%38.63
%29.58

CMYK Percentages of Color #9ec093

%18
%0
%23
%25

Triadic Colors of #9ec093

#9ec093 #939ec0 #c0939e

Analogous Colors of #9ec093

#9ec093 #93c09f #b5c093

Monochromatic Colors of #9ec093

#9ec093

Complementary Color

#9ec093 #b593c0

#9ec093 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ec093 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ec093 Color CSS Codes

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

#9ec093 Text Font Color

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

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


#9ec093 Background Color

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

This div background color is #9ec093


#9ec093 Border Color

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

This div border color is #9ec093


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ec093


Comments

No comments written yet.

Please login to write comment.