Color Hex Logo

#9ecedc Color Hex

#9ECEDC
(158,206,220)
0 Favorites   0 Comments

Color spaces of #9ecedc

RGB 158206220
HSL0.540.470.74
HSV194°28°86°
CMYK 0.280.060.00   0.14
XYZ49.090156.579076.0437
Yxy56.57900.27020.3114
Hunter Lab75.2190-15.1390-7.2867
CIE-Lab79.9422-12.3801-12.0276

#9ecedc color RGB value is (158,206,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 11001110 11011100
Octal 236 316 334
Decimal 158 206 220
Hex 9E CE DC

RGB Percentages of Color #9ecedc

%27.05
%35.27
%37.67

CMYK Percentages of Color #9ecedc

%28
%6
%0
%14

Triadic Colors of #9ecedc

#9ecedc #dc9ece #cedc9e

Analogous Colors of #9ecedc

#9ecedc #9eafdc #9edccb

Monochromatic Colors of #9ecedc

#9ecedc

Complementary Color

#9ecedc #dcac9e

#9ecedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ecedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ecedc Color CSS Codes

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

#9ecedc Text Font Color

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

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


#9ecedc Background Color

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

This div background color is #9ecedc


#9ecedc Border Color

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

This div border color is #9ecedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ecedc


Comments

No comments written yet.

Please login to write comment.