Color Hex Logo

#9dda6f Color Hex

#9DDA6F
(157,218,111)
0 Favorites   0 Comments

Color spaces of #9dda6f

RGB 157218111
HSL0.260.590.65
HSV94°49°85°
CMYK 0.280.000.49   0.15
XYZ41.845358.458624.1171
Yxy58.45860.33630.4698
Hunter Lab76.4582-36.109534.8190
CIE-Lab80.9931-37.703846.2203

#9dda6f color RGB value is (157,218,111).

#9dda6f hex color red value is 157, green value is 218 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #9dda6f hue: 0.26 , saturation: 0.59 and the lightness value of 9dda6f is 0.65.

The process color (four color CMYK) of #9dda6f color hex is 0.28, 0.00, 0.49, 0.15. Web safe color of #9dda6f is #99cc66. Color #9dda6f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 11011010 01101111
Octal 235 332 157
Decimal 157 218 111
Hex 9D DA 6F

RGB Percentages of Color #9dda6f

%32.30
%44.86
%22.84

CMYK Percentages of Color #9dda6f

%28
%0
%49
%15

Triadic Colors of #9dda6f

#9dda6f #6f9dda #da6f9d

Analogous Colors of #9dda6f

#9dda6f #6fda77 #d3da6f

Monochromatic Colors of #9dda6f

#9dda6f

Complementary Color

#9dda6f #ac6fda

#9dda6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9dda6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#9dda6f Color CSS Codes

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

#9dda6f Text Font Color

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

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


#9dda6f Background Color

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

This div background color is #9dda6f


#9dda6f Border Color

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

This div border color is #9dda6f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9dda6f


Comments

No comments written yet.

Please login to write comment.