Color Hex Logo

#9dcedd Color Hex

#9DCEDD
(157,206,221)
1 Favorites   0 Comments

Color spaces of #9dcedd

RGB 157206221
HSL0.540.480.74
HSV194°29°87°
CMYK 0.290.070.00   0.13
XYZ49.027156.531276.7342
Yxy56.53120.26890.3101
Hunter Lab75.1872-15.1837-7.8788
CIE-Lab79.9152-12.4353-12.6097

#9dcedd color RGB value is (157,206,221).

#9dcedd hex color red value is 157, green value is 206 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #9dcedd hue: 0.54 , saturation: 0.48 and the lightness value of 9dcedd is 0.74.

The process color (four color CMYK) of #9dcedd color hex is 0.29, 0.07, 0.00, 0.13. Web safe color of #9dcedd is #99cccc. Color #9dcedd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 11001110 11011101
Octal 235 316 335
Decimal 157 206 221
Hex 9D CE DD

RGB Percentages of Color #9dcedd

%26.88
%35.27
%37.84

CMYK Percentages of Color #9dcedd

%29
%7
%0
%13

Triadic Colors of #9dcedd

#9dcedd #dd9dce #cedd9d

Analogous Colors of #9dcedd

#9dcedd #9daedd #9dddcc

Monochromatic Colors of #9dcedd

#9dcedd

Complementary Color

#9dcedd #ddac9d

#9dcedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9dcedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9dcedd Color CSS Codes

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

#9dcedd Text Font Color

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

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


#9dcedd Background Color

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

This div background color is #9dcedd


#9dcedd Border Color

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

This div border color is #9dcedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9dcedd


Comments

No comments written yet.

Please login to write comment.