Color Hex Logo

#9ddded Color Hex

#9DDDED
(157,221,237)
0 Favorites   0 Comments

Color spaces of #9ddded

RGB 157221237
HSL0.530.690.77
HSV192°34°93°
CMYK 0.340.070.00   0.07
XYZ55.047164.995489.7648
Yxy64.99540.26240.3098
Hunter Lab80.6197-19.2048-9.5817
CIE-Lab84.4814-16.3340-14.2897

#9ddded color RGB value is (157,221,237).

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

The process color (four color CMYK) of #9ddded color hex is 0.34, 0.07, 0.00, 0.07. Web safe color of #9ddded is #99ccff. Color #9ddded contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 11011101 11101101
Octal 235 335 355
Decimal 157 221 237
Hex 9D DD ED

RGB Percentages of Color #9ddded

%25.53
%35.93
%38.54

CMYK Percentages of Color #9ddded

%34
%7
%0
%7

Triadic Colors of #9ddded

#9ddded #ed9ddd #dded9d

Analogous Colors of #9ddded

#9ddded #9db5ed #9dedd5

Monochromatic Colors of #9ddded

#9ddded

Complementary Color

#9ddded #edad9d

#9ddded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ddded Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ddded Color CSS Codes

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

#9ddded Text Font Color

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

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


#9ddded Background Color

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

This div background color is #9ddded


#9ddded Border Color

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

This div border color is #9ddded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ddded


Comments

No comments written yet.

Please login to write comment.