Color Hex Logo

#9ebd6d Color Hex

#9EBD6D
(158,189,109)
0 Favorites   0 Comments

Color spaces of #9ebd6d

RGB 158189109
HSL0.230.380.58
HSV83°42°74°
CMYK 0.160.000.42   0.26
XYZ35.058544.768421.2614
Yxy44.76840.34680.4429
Hunter Lab66.9092-23.562227.9961
CIE-Lab72.7391-23.914436.9675

#9ebd6d color RGB value is (158,189,109).

#9ebd6d hex color red value is 158, green value is 189 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #9ebd6d hue: 0.23 , saturation: 0.38 and the lightness value of 9ebd6d is 0.58.

The process color (four color CMYK) of #9ebd6d color hex is 0.16, 0.00, 0.42, 0.26. Web safe color of #9ebd6d is #99cc66. Color #9ebd6d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 10111101 01101101
Octal 236 275 155
Decimal 158 189 109
Hex 9E BD 6D

RGB Percentages of Color #9ebd6d

%34.65
%41.45
%23.90

CMYK Percentages of Color #9ebd6d

%16
%0
%42
%26

Triadic Colors of #9ebd6d

#9ebd6d #6d9ebd #bd6d9e

Analogous Colors of #9ebd6d

#9ebd6d #76bd6d #bdb46d

Monochromatic Colors of #9ebd6d

#9ebd6d

Complementary Color

#9ebd6d #8c6dbd

#9ebd6d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ebd6d Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ebd6d Color CSS Codes

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

#9ebd6d Text Font Color

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

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


#9ebd6d Background Color

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

This div background color is #9ebd6d


#9ebd6d Border Color

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

This div border color is #9ebd6d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ebd6d


Comments

No comments written yet.

Please login to write comment.