Color Hex Logo

#9dca76 Color Hex

#9DCA76
(157,202,118)
0 Favorites   0 Comments

Color spaces of #9dca76

RGB 157202118
HSL0.260.440.63
HSV92°42°79°
CMYK 0.220.000.42   0.21
XYZ38.295250.717224.9106
Yxy50.71720.33610.4452
Hunter Lab71.2160-28.642729.1122
CIE-Lab76.5074-29.445037.1735

#9dca76 color RGB value is (157,202,118).

#9dca76 hex color red value is 157, green value is 202 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #9dca76 hue: 0.26 , saturation: 0.44 and the lightness value of 9dca76 is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 10011101 11001010 01110110
Octal 235 312 166
Decimal 157 202 118
Hex 9D CA 76

RGB Percentages of Color #9dca76

%32.91
%42.35
%24.74

CMYK Percentages of Color #9dca76

%22
%0
%42
%21

Triadic Colors of #9dca76

#9dca76 #769dca #ca769d

Analogous Colors of #9dca76

#9dca76 #76ca79 #c7ca76

Monochromatic Colors of #9dca76

#9dca76

Complementary Color

#9dca76 #a376ca

#9dca76 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9dca76 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9dca76 Color CSS Codes

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

#9dca76 Text Font Color

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

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


#9dca76 Background Color

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

This div background color is #9dca76


#9dca76 Border Color

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

This div border color is #9dca76


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9dca76


Comments

No comments written yet.

Please login to write comment.