Color Hex Logo

#9cdd8e Color Hex

#9CDD8E
(156,221,142)
0 Favorites   0 Comments

Color spaces of #9cdd8e

RGB 156221142
HSL0.300.540.71
HSV109°36°87°
CMYK 0.290.000.36   0.13
XYZ44.449260.733834.9713
Yxy60.73380.31710.4333
Hunter Lab77.9319-34.571627.9464
CIE-Lab82.2354-35.327232.4051

#9cdd8e color RGB value is (156,221,142).

#9cdd8e hex color red value is 156, green value is 221 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #9cdd8e hue: 0.30 , saturation: 0.54 and the lightness value of 9cdd8e is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 11011101 10001110
Octal 234 335 216
Decimal 156 221 142
Hex 9C DD 8E

RGB Percentages of Color #9cdd8e

%30.06
%42.58
%27.36

CMYK Percentages of Color #9cdd8e

%29
%0
%36
%13

Triadic Colors of #9cdd8e

#9cdd8e #8e9cdd #dd8e9c

Analogous Colors of #9cdd8e

#9cdd8e #8edda8 #c4dd8e

Monochromatic Colors of #9cdd8e

#9cdd8e

Complementary Color

#9cdd8e #cf8edd

#9cdd8e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9cdd8e Color Preview on White Background

Lorem ipsum dolor sit amet.

#9cdd8e Color CSS Codes

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

#9cdd8e Text Font Color

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

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


#9cdd8e Background Color

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

This div background color is #9cdd8e


#9cdd8e Border Color

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

This div border color is #9cdd8e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(156,221,142, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9cdd8e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9cdd8e;
  -webkit-box-shadow: 1px 1px 3px 2px #9cdd8e;
  box-shadow:         1px 1px 3px 2px #9cdd8e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(156,221,142, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9cdd8e


Comments

No comments written yet.

Please login to write comment.