Color Hex Logo

#9dcedb Color Hex

#9DCEDB
(157,206,219)
0 Favorites   0 Comments

Color spaces of #9dcedb

RGB 157206219
HSL0.530.460.74
HSV193°28°86°
CMYK 0.280.060.00   0.14
XYZ48.762156.425275.3389
Yxy56.42520.27010.3126
Hunter Lab75.1167-15.5808-6.8837
CIE-Lab79.8552-12.9006-11.6277

#9dcedb color RGB value is (157,206,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011101 11001110 11011011
Octal 235 316 333
Decimal 157 206 219
Hex 9D CE DB

RGB Percentages of Color #9dcedb

%26.98
%35.40
%37.63

CMYK Percentages of Color #9dcedb

%28
%6
%0
%14

Triadic Colors of #9dcedb

#9dcedb #db9dce #cedb9d

Analogous Colors of #9dcedb

#9dcedb #9dafdb #9ddbc9

Monochromatic Colors of #9dcedb

#9dcedb

Complementary Color

#9dcedb #dbaa9d

#9dcedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9dcedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9dcedb Color CSS Codes

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

#9dcedb Text Font Color

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

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


#9dcedb Background Color

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

This div background color is #9dcedb


#9dcedb Border Color

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

This div border color is #9dcedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9dcedb


Comments

No comments written yet.

Please login to write comment.