Color Hex Logo

#9ec575 Color Hex

#9EC575
(158,197,117)
0 Favorites   0 Comments

Color spaces of #9ec575

RGB 158197117
HSL0.250.410.62
HSV89°41°77°
CMYK 0.200.000.41   0.23
XYZ37.277748.486024.2236
Yxy48.48600.33890.4408
Hunter Lab69.6319-26.295128.1165
CIE-Lab75.1304-26.809935.9344

#9ec575 color RGB value is (158,197,117).

#9ec575 hex color red value is 158, green value is 197 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #9ec575 hue: 0.25 , saturation: 0.41 and the lightness value of 9ec575 is 0.62.

The process color (four color CMYK) of #9ec575 color hex is 0.20, 0.00, 0.41, 0.23. Web safe color of #9ec575 is #99cc66. Color #9ec575 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 11000101 01110101
Octal 236 305 165
Decimal 158 197 117
Hex 9E C5 75

RGB Percentages of Color #9ec575

%33.47
%41.74
%24.79

CMYK Percentages of Color #9ec575

%20
%0
%41
%23

Triadic Colors of #9ec575

#9ec575 #759ec5 #c5759e

Analogous Colors of #9ec575

#9ec575 #76c575 #c5c475

Monochromatic Colors of #9ec575

#9ec575

Complementary Color

#9ec575 #9c75c5

#9ec575 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ec575 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ec575 Color CSS Codes

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

#9ec575 Text Font Color

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

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


#9ec575 Background Color

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

This div background color is #9ec575


#9ec575 Border Color

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

This div border color is #9ec575


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ec575


Comments

No comments written yet.

Please login to write comment.