Color Hex Logo

#9dedce Color Hex

#9DEDCE
(157,237,206)
0 Favorites   0 Comments

Color spaces of #9dedce

RGB 157237206
HSL0.440.690.77
HSV157°34°93°
CMYK 0.340.000.13   0.07
XYZ55.329472.192769.4109
Yxy72.19270.28100.3666
Hunter Lab84.9663-32.453211.0410
CIE-Lab88.0613-31.05337.2876

#9dedce color RGB value is (157,237,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011101 11101101 11001110
Octal 235 355 316
Decimal 157 237 206
Hex 9D ED CE

RGB Percentages of Color #9dedce

%26.17
%39.50
%34.33

CMYK Percentages of Color #9dedce

%34
%0
%13
%7

Triadic Colors of #9dedce

#9dedce #ce9ded #edce9d

Analogous Colors of #9dedce

#9dedce #9de4ed #9deda6

Monochromatic Colors of #9dedce

#9dedce

Complementary Color

#9dedce #ed9dbc

#9dedce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9dedce Color Preview on White Background

Lorem ipsum dolor sit amet.

#9dedce Color CSS Codes

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

#9dedce Text Font Color

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

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


#9dedce Background Color

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

This div background color is #9dedce


#9dedce Border Color

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

This div border color is #9dedce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9dedce


Comments

No comments written yet.

Please login to write comment.