Color Hex Logo

#9ecbdc Color Hex

#9ECBDC
(158,203,220)
0 Favorites   0 Comments

Color spaces of #9ecbdc

RGB 158203220
HSL0.550.470.74
HSV196°28°86°
CMYK 0.280.080.00   0.14
XYZ48.374855.148375.8052
Yxy55.14830.26980.3075
Hunter Lab74.2619-13.6820-8.5388
CIE-Lab79.1266-10.8226-13.2481

#9ecbdc color RGB value is (158,203,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 11001011 11011100
Octal 236 313 334
Decimal 158 203 220
Hex 9E CB DC

RGB Percentages of Color #9ecbdc

%27.19
%34.94
%37.87

CMYK Percentages of Color #9ecbdc

%28
%8
%0
%14

Triadic Colors of #9ecbdc

#9ecbdc #dc9ecb #cbdc9e

Analogous Colors of #9ecbdc

#9ecbdc #9eacdc #9edcce

Monochromatic Colors of #9ecbdc

#9ecbdc

Complementary Color

#9ecbdc #dcaf9e

#9ecbdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ecbdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ecbdc Color CSS Codes

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

#9ecbdc Text Font Color

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

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


#9ecbdc Background Color

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

This div background color is #9ecbdc


#9ecbdc Border Color

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

This div border color is #9ecbdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ecbdc


Comments

No comments written yet.

Please login to write comment.