Color Hex Logo

#9ddc96 Color Hex

#9DDC96
(157,220,150)
0 Favorites   0 Comments

Color spaces of #9ddc96

RGB 157220150
HSL0.320.500.73
HSV114°32°86°
CMYK 0.290.000.32   0.14
XYZ45.002860.556538.1708
Yxy60.55650.31310.4213
Hunter Lab77.8181-32.953625.3901
CIE-Lab82.1397-33.310228.1844

#9ddc96 color RGB value is (157,220,150).

#9ddc96 hex color red value is 157, green value is 220 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #9ddc96 hue: 0.32 , saturation: 0.50 and the lightness value of 9ddc96 is 0.73.

The process color (four color CMYK) of #9ddc96 color hex is 0.29, 0.00, 0.32, 0.14. Web safe color of #9ddc96 is #99cc99. Color #9ddc96 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 11011100 10010110
Octal 235 334 226
Decimal 157 220 150
Hex 9D DC 96

RGB Percentages of Color #9ddc96

%29.79
%41.75
%28.46

CMYK Percentages of Color #9ddc96

%29
%0
%32
%14

Triadic Colors of #9ddc96

#9ddc96 #969ddc #dc969d

Analogous Colors of #9ddc96

#9ddc96 #96dcb2 #c0dc96

Monochromatic Colors of #9ddc96

#9ddc96

Complementary Color

#9ddc96 #d596dc

#9ddc96 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ddc96 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ddc96 Color CSS Codes

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

#9ddc96 Text Font Color

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

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


#9ddc96 Background Color

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

This div background color is #9ddc96


#9ddc96 Border Color

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

This div border color is #9ddc96


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ddc96


Comments

No comments written yet.

Please login to write comment.