Color Hex Logo

#9dedd8 Color Hex

#9DEDD8
(157,237,216)
0 Favorites   0 Comments

Color spaces of #9dedd8

RGB 157237216
HSL0.460.690.77
HSV164°34°93°
CMYK 0.340.000.09   0.07
XYZ56.583572.694376.0149
Yxy72.69430.27560.3541
Hunter Lab85.2610-30.74506.8223
CIE-Lab88.3017-28.95902.4077

#9dedd8 color RGB value is (157,237,216).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011101 11101101 11011000
Octal 235 355 330
Decimal 157 237 216
Hex 9D ED D8

RGB Percentages of Color #9dedd8

%25.74
%38.85
%35.41

CMYK Percentages of Color #9dedd8

%34
%0
%9
%7

Triadic Colors of #9dedd8

#9dedd8 #d89ded #edd89d

Analogous Colors of #9dedd8

#9dedd8 #9ddaed #9dedb0

Monochromatic Colors of #9dedd8

#9dedd8

Complementary Color

#9dedd8 #ed9db2

#9dedd8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9dedd8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9dedd8 Color CSS Codes

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

#9dedd8 Text Font Color

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

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


#9dedd8 Background Color

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

This div background color is #9dedd8


#9dedd8 Border Color

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

This div border color is #9dedd8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9dedd8


Comments

No comments written yet.

Please login to write comment.