Color Hex Logo

#9ecd70 Color Hex

#9ECD70
(158,205,112)
0 Favorites   0 Comments

Color spaces of #9ecd70

RGB 158205112
HSL0.250.480.62
HSV90°45°80°
CMYK 0.230.000.45   0.20
XYZ38.856552.101623.3379
Yxy52.10160.34000.4558
Hunter Lab72.1814-30.227931.3572
CIE-Lab77.3416-31.245041.2420

#9ecd70 color RGB value is (158,205,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 11001101 01110000
Octal 236 315 160
Decimal 158 205 112
Hex 9E CD 70

RGB Percentages of Color #9ecd70

%33.26
%43.16
%23.58

CMYK Percentages of Color #9ecd70

%23
%0
%45
%20

Triadic Colors of #9ecd70

#9ecd70 #709ecd #cd709e

Analogous Colors of #9ecd70

#9ecd70 #70cd71 #cdcd70

Monochromatic Colors of #9ecd70

#9ecd70

Complementary Color

#9ecd70 #9f70cd

#9ecd70 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ecd70 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ecd70 Color CSS Codes

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

#9ecd70 Text Font Color

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

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


#9ecd70 Background Color

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

This div background color is #9ecd70


#9ecd70 Border Color

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

This div border color is #9ecd70


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ecd70


Comments

No comments written yet.

Please login to write comment.