Color Hex Logo

#9decbd Color Hex

#9DECBD
(157,236,189)
0 Favorites   0 Comments

Color spaces of #9decbd

RGB 157236189
HSL0.400.680.77
HSV144°33°93°
CMYK 0.330.000.20   0.07
XYZ53.085470.833159.0184
Yxy70.83310.29020.3872
Hunter Lab84.1624-34.695417.3369
CIE-Lab87.4039-33.941815.2131

#9decbd color RGB value is (157,236,189).

#9decbd hex color red value is 157, green value is 236 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #9decbd hue: 0.40 , saturation: 0.68 and the lightness value of 9decbd is 0.77.

The process color (four color CMYK) of #9decbd color hex is 0.33, 0.00, 0.20, 0.07. Web safe color of #9decbd is #99ffcc. Color #9decbd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 11101100 10111101
Octal 235 354 275
Decimal 157 236 189
Hex 9D EC BD

RGB Percentages of Color #9decbd

%26.98
%40.55
%32.47

CMYK Percentages of Color #9decbd

%33
%0
%20
%7

Triadic Colors of #9decbd

#9decbd #bd9dec #ecbd9d

Analogous Colors of #9decbd

#9decbd #9dece5 #a5ec9d

Monochromatic Colors of #9decbd

#9decbd

Complementary Color

#9decbd #ec9dcc

#9decbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9decbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9decbd Color CSS Codes

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

#9decbd Text Font Color

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

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


#9decbd Background Color

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

This div background color is #9decbd


#9decbd Border Color

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

This div border color is #9decbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9decbd


Comments

No comments written yet.

Please login to write comment.