Color Hex Logo

#9dcedc Color Hex

#9DCEDC
(157,206,220)
0 Favorites   0 Comments

Color spaces of #9dcedc

RGB 157206220
HSL0.540.470.74
HSV193°29°86°
CMYK 0.290.060.00   0.14
XYZ48.894256.478076.0345
Yxy56.47800.26950.3113
Hunter Lab75.1518-15.3827-7.3801
CIE-Lab79.8851-12.6683-12.1190

#9dcedc color RGB value is (157,206,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011101 11001110 11011100
Octal 235 316 334
Decimal 157 206 220
Hex 9D CE DC

RGB Percentages of Color #9dcedc

%26.93
%35.33
%37.74

CMYK Percentages of Color #9dcedc

%29
%6
%0
%14

Triadic Colors of #9dcedc

#9dcedc #dc9dce #cedc9d

Analogous Colors of #9dcedc

#9dcedc #9dafdc #9ddccb

Monochromatic Colors of #9dcedc

#9dcedc

Complementary Color

#9dcedc #dcab9d

#9dcedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9dcedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9dcedc Color CSS Codes

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

#9dcedc Text Font Color

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

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


#9dcedc Background Color

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

This div background color is #9dcedc


#9dcedc Border Color

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

This div border color is #9dcedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9dcedc


Comments

No comments written yet.

Please login to write comment.