Color Hex Logo

#9ecb7d Color Hex

#9ECB7D
(158,203,125)
0 Favorites   0 Comments

Color spaces of #9ecb7d

RGB 158203125
HSL0.260.430.64
HSV95°38°80°
CMYK 0.220.000.38   0.20
XYZ39.158251.461627.2713
Yxy51.46160.33220.4365
Hunter Lab71.7367-28.103327.6761
CIE-Lab76.9578-28.632834.2020

#9ecb7d color RGB value is (158,203,125).

#9ecb7d hex color red value is 158, green value is 203 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #9ecb7d hue: 0.26 , saturation: 0.43 and the lightness value of 9ecb7d is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 11001011 01111101
Octal 236 313 175
Decimal 158 203 125
Hex 9E CB 7D

RGB Percentages of Color #9ecb7d

%32.51
%41.77
%25.72

CMYK Percentages of Color #9ecb7d

%22
%0
%38
%20

Triadic Colors of #9ecb7d

#9ecb7d #7d9ecb #cb7d9e

Analogous Colors of #9ecb7d

#9ecb7d #7dcb83 #c5cb7d

Monochromatic Colors of #9ecb7d

#9ecb7d

Complementary Color

#9ecb7d #aa7dcb

#9ecb7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ecb7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ecb7d Color CSS Codes

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

#9ecb7d Text Font Color

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

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


#9ecb7d Background Color

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

This div background color is #9ecb7d


#9ecb7d Border Color

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

This div border color is #9ecb7d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ecb7d


Comments

No comments written yet.

Please login to write comment.