Color Hex Logo

#9dedcd Color Hex

#9DEDCD
(157,237,205)
0 Favorites   0 Comments

Color spaces of #9dedcd

RGB 157237205
HSL0.430.690.77
HSV156°34°93°
CMYK 0.340.000.14   0.07
XYZ55.208372.144268.7731
Yxy72.14420.28150.3678
Hunter Lab84.9377-32.618611.4500
CIE-Lab88.0380-31.25777.7762

#9dedcd color RGB value is (157,237,205).

#9dedcd hex color red value is 157, green value is 237 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #9dedcd hue: 0.43 , saturation: 0.69 and the lightness value of 9dedcd is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10011101 11101101 11001101
Octal 235 355 315
Decimal 157 237 205
Hex 9D ED CD

RGB Percentages of Color #9dedcd

%26.21
%39.57
%34.22

CMYK Percentages of Color #9dedcd

%34
%0
%14
%7

Triadic Colors of #9dedcd

#9dedcd #cd9ded #edcd9d

Analogous Colors of #9dedcd

#9dedcd #9de5ed #9deda5

Monochromatic Colors of #9dedcd

#9dedcd

Complementary Color

#9dedcd #ed9dbd

#9dedcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9dedcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9dedcd Color CSS Codes

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

#9dedcd Text Font Color

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

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


#9dedcd Background Color

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

This div background color is #9dedcd


#9dedcd Border Color

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

This div border color is #9dedcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9dedcd


Comments

No comments written yet.

Please login to write comment.