Color Hex Logo

#9dedcb Color Hex

#9DEDCB
(157,237,203)
0 Favorites   0 Comments

Color spaces of #9dedcb

RGB 157237203
HSL0.430.690.77
HSV155°34°93°
CMYK 0.340.000.14   0.07
XYZ54.968372.048367.5095
Yxy72.04830.28260.3704
Hunter Lab84.8813-32.947312.2612
CIE-Lab87.9918-31.66438.7542

#9dedcb color RGB value is (157,237,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011101 11101101 11001011
Octal 235 355 313
Decimal 157 237 203
Hex 9D ED CB

RGB Percentages of Color #9dedcb

%26.30
%39.70
%34.00

CMYK Percentages of Color #9dedcb

%34
%0
%14
%7

Triadic Colors of #9dedcb

#9dedcb #cb9ded #edcb9d

Analogous Colors of #9dedcb

#9dedcb #9de7ed #9deda3

Monochromatic Colors of #9dedcb

#9dedcb

Complementary Color

#9dedcb #ed9dbf

#9dedcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9dedcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9dedcb Color CSS Codes

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

#9dedcb Text Font Color

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

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


#9dedcb Background Color

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

This div background color is #9dedcb


#9dedcb Border Color

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

This div border color is #9dedcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9dedcb


Comments

No comments written yet.

Please login to write comment.