Color Hex Logo

#9dedde Color Hex

#9DEDDE
(157,237,222)
0 Favorites   0 Comments

Color spaces of #9dedde

RGB 157237222
HSL0.470.690.77
HSV169°34°93°
CMYK 0.340.000.06   0.07
XYZ57.373673.010480.1757
Yxy73.01040.27250.3467
Hunter Lab85.4461-29.67524.1794
CIE-Lab88.4527-27.6610-0.5119

#9dedde color RGB value is (157,237,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011101 11101101 11011110
Octal 235 355 336
Decimal 157 237 222
Hex 9D ED DE

RGB Percentages of Color #9dedde

%25.49
%38.47
%36.04

CMYK Percentages of Color #9dedde

%34
%0
%6
%7

Triadic Colors of #9dedde

#9dedde #de9ded #edde9d

Analogous Colors of #9dedde

#9dedde #9dd4ed #9dedb6

Monochromatic Colors of #9dedde

#9dedde

Complementary Color

#9dedde #ed9dac

#9dedde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9dedde Color Preview on White Background

Lorem ipsum dolor sit amet.

#9dedde Color CSS Codes

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

#9dedde Text Font Color

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

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


#9dedde Background Color

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

This div background color is #9dedde


#9dedde Border Color

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

This div border color is #9dedde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9dedde


Comments

No comments written yet.

Please login to write comment.