Color Hex Logo

#9ecbdb Color Hex

#9ECBDB
(158,203,219)
0 Favorites   0 Comments

Color spaces of #9ecbdb

RGB 158203219
HSL0.540.460.74
HSV196°28°86°
CMYK 0.280.070.00   0.14
XYZ48.242755.095475.1097
Yxy55.09540.27030.3087
Hunter Lab74.2263-13.8815-8.0373
CIE-Lab79.0962-11.0552-12.7568

#9ecbdb color RGB value is (158,203,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 11001011 11011011
Octal 236 313 333
Decimal 158 203 219
Hex 9E CB DB

RGB Percentages of Color #9ecbdb

%27.24
%35.00
%37.76

CMYK Percentages of Color #9ecbdb

%28
%7
%0
%14

Triadic Colors of #9ecbdb

#9ecbdb #db9ecb #cbdb9e

Analogous Colors of #9ecbdb

#9ecbdb #9eaddb #9edbcd

Monochromatic Colors of #9ecbdb

#9ecbdb

Complementary Color

#9ecbdb #dbae9e

#9ecbdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ecbdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ecbdb Color CSS Codes

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

#9ecbdb Text Font Color

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

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


#9ecbdb Background Color

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

This div background color is #9ecbdb


#9ecbdb Border Color

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

This div border color is #9ecbdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ecbdb


Comments

No comments written yet.

Please login to write comment.