Color Hex Logo

#9dedd5 Color Hex

#9DEDD5
(157,237,213)
0 Favorites   0 Comments

Color spaces of #9dedd5

RGB 157237213
HSL0.450.690.77
HSV162°34°93°
CMYK 0.340.000.10   0.07
XYZ56.199172.540673.9905
Yxy72.54060.27720.3578
Hunter Lab85.1708-31.26748.1125
CIE-Lab88.2282-29.59663.8701

#9dedd5 color RGB value is (157,237,213).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011101 11101101 11010101
Octal 235 355 325
Decimal 157 237 213
Hex 9D ED D5

RGB Percentages of Color #9dedd5

%25.86
%39.04
%35.09

CMYK Percentages of Color #9dedd5

%34
%0
%10
%7

Triadic Colors of #9dedd5

#9dedd5 #d59ded #edd59d

Analogous Colors of #9dedd5

#9dedd5 #9ddded #9dedad

Monochromatic Colors of #9dedd5

#9dedd5

Complementary Color

#9dedd5 #ed9db5

#9dedd5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9dedd5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9dedd5 Color CSS Codes

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

#9dedd5 Text Font Color

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

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


#9dedd5 Background Color

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

This div background color is #9dedd5


#9dedd5 Border Color

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

This div border color is #9dedd5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9dedd5


Comments

No comments written yet.

Please login to write comment.