Color Hex Logo

#9dc099 Color Hex

#9DC099
(157,192,153)
0 Favorites   0 Comments

Color spaces of #9dc099

RGB 157192153
HSL0.320.240.68
HSV114°20°75°
CMYK 0.180.000.20   0.25
XYZ38.504047.167337.2118
Yxy47.16730.31330.3838
Hunter Lab68.6785-20.112815.9500
CIE-Lab74.2967-19.246015.8529

#9dc099 color RGB value is (157,192,153).

#9dc099 hex color red value is 157, green value is 192 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #9dc099 hue: 0.32 , saturation: 0.24 and the lightness value of 9dc099 is 0.68.

The process color (four color CMYK) of #9dc099 color hex is 0.18, 0.00, 0.20, 0.25. Web safe color of #9dc099 is #99cc99. Color #9dc099 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 11000000 10011001
Octal 235 300 231
Decimal 157 192 153
Hex 9D C0 99

RGB Percentages of Color #9dc099

%31.27
%38.25
%30.48

CMYK Percentages of Color #9dc099

%18
%0
%20
%25

Triadic Colors of #9dc099

#9dc099 #999dc0 #c0999d

Analogous Colors of #9dc099

#9dc099 #99c0a9 #b1c099

Monochromatic Colors of #9dc099

#9dc099

Complementary Color

#9dc099 #bc99c0

#9dc099 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9dc099 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9dc099 Color CSS Codes

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

#9dc099 Text Font Color

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

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


#9dc099 Background Color

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

This div background color is #9dc099


#9dc099 Border Color

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

This div border color is #9dc099


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9dc099


Comments

No comments written yet.

Please login to write comment.