Color Hex Logo

#9ddced Color Hex

#9DDCED
(157,220,237)
0 Favorites   0 Comments

Color spaces of #9ddced

RGB 157220237
HSL0.540.690.77
HSV193°34°93°
CMYK 0.340.070.00   0.07
XYZ54.783964.468989.6771
Yxy64.46890.26220.3086
Hunter Lab80.2925-18.7207-10.0150
CIE-Lab84.2093-15.8267-14.6976

#9ddced color RGB value is (157,220,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011101 11011100 11101101
Octal 235 334 355
Decimal 157 220 237
Hex 9D DC ED

RGB Percentages of Color #9ddced

%25.57
%35.83
%38.60

CMYK Percentages of Color #9ddced

%34
%7
%0
%7

Triadic Colors of #9ddced

#9ddced #ed9ddc #dced9d

Analogous Colors of #9ddced

#9ddced #9db4ed #9dedd6

Monochromatic Colors of #9ddced

#9ddced

Complementary Color

#9ddced #edae9d

#9ddced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ddced Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ddced Color CSS Codes

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

#9ddced Text Font Color

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

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


#9ddced Background Color

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

This div background color is #9ddced


#9ddced Border Color

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

This div border color is #9ddced


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(157,220,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 #9ddced">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ddced


Comments

No comments written yet.

Please login to write comment.