Color Hex Logo

#9dcd88 Color Hex

#9DCD88
(157,205,136)
0 Favorites   0 Comments

Color spaces of #9dcd88

RGB 157205136
HSL0.280.410.67
HSV102°34°80°
CMYK 0.230.000.34   0.20
XYZ40.179952.608331.3293
Yxy52.60830.32370.4239
Hunter Lab72.5316-28.047625.1624
CIE-Lab77.6432-28.379029.4174

#9dcd88 color RGB value is (157,205,136).

#9dcd88 hex color red value is 157, green value is 205 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #9dcd88 hue: 0.28 , saturation: 0.41 and the lightness value of 9dcd88 is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10011101 11001101 10001000
Octal 235 315 210
Decimal 157 205 136
Hex 9D CD 88

RGB Percentages of Color #9dcd88

%31.53
%41.16
%27.31

CMYK Percentages of Color #9dcd88

%23
%0
%34
%20

Triadic Colors of #9dcd88

#9dcd88 #889dcd #cd889d

Analogous Colors of #9dcd88

#9dcd88 #88cd96 #c0cd88

Monochromatic Colors of #9dcd88

#9dcd88

Complementary Color

#9dcd88 #b888cd

#9dcd88 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9dcd88 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9dcd88 Color CSS Codes

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

#9dcd88 Text Font Color

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

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


#9dcd88 Background Color

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

This div background color is #9dcd88


#9dcd88 Border Color

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

This div border color is #9dcd88


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9dcd88


Comments

No comments written yet.

Please login to write comment.