Color Hex Logo

#9da78d Color Hex

#9DA78D
(157,167,141)
0 Favorites   0 Comments

Color spaces of #9da78d

RGB 157167141
HSL0.230.130.60
HSV83°16°65°
CMYK 0.060.000.16   0.35
XYZ32.531136.728630.5741
Yxy36.72860.32590.3679
Hunter Lab60.6041-10.241912.5117
CIE-Lab67.0729-8.323712.2624

#9da78d color RGB value is (157,167,141).

#9da78d hex color red value is 157, green value is 167 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #9da78d hue: 0.23 , saturation: 0.13 and the lightness value of 9da78d is 0.60.

The process color (four color CMYK) of #9da78d color hex is 0.06, 0.00, 0.16, 0.35. Web safe color of #9da78d is #999999. Color #9da78d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 10100111 10001101
Octal 235 247 215
Decimal 157 167 141
Hex 9D A7 8D

RGB Percentages of Color #9da78d

%33.76
%35.91
%30.32

CMYK Percentages of Color #9da78d

%6
%0
%16
%35

Triadic Colors of #9da78d

#9da78d #8d9da7 #a78d9d

Analogous Colors of #9da78d

#9da78d #90a78d #a7a48d

Monochromatic Colors of #9da78d

#9da78d

Complementary Color

#9da78d #978da7

#9da78d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9da78d Color Preview on White Background

Lorem ipsum dolor sit amet.

#9da78d Color CSS Codes

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

#9da78d Text Font Color

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

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


#9da78d Background Color

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

This div background color is #9da78d


#9da78d Border Color

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

This div border color is #9da78d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(157,167,141, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9da78d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9da78d;
  -webkit-box-shadow: 1px 1px 3px 2px #9da78d;
  box-shadow:         1px 1px 3px 2px #9da78d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(157,167,141, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9da78d


Comments

No comments written yet.

Please login to write comment.