Color Hex Logo

#9ecddc Color Hex

#9ECDDC
(158,205,220)
0 Favorites   0 Comments

Color spaces of #9ecddc

RGB 158205220
HSL0.540.470.74
HSV195°28°86°
CMYK 0.280.070.00   0.14
XYZ48.850156.099175.9637
Yxy56.09910.27000.3101
Hunter Lab74.8993-14.6543-7.7030
CIE-Lab79.6702-11.8624-12.4344

#9ecddc color RGB value is (158,205,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 11001101 11011100
Octal 236 315 334
Decimal 158 205 220
Hex 9E CD DC

RGB Percentages of Color #9ecddc

%27.10
%35.16
%37.74

CMYK Percentages of Color #9ecddc

%28
%7
%0
%14

Triadic Colors of #9ecddc

#9ecddc #dc9ecd #cddc9e

Analogous Colors of #9ecddc

#9ecddc #9eaedc #9edccc

Monochromatic Colors of #9ecddc

#9ecddc

Complementary Color

#9ecddc #dcad9e

#9ecddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ecddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ecddc Color CSS Codes

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

#9ecddc Text Font Color

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

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


#9ecddc Background Color

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

This div background color is #9ecddc


#9ecddc Border Color

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

This div border color is #9ecddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ecddc


Comments

No comments written yet.

Please login to write comment.