Color Hex Logo

#9ecadc Color Hex

#9ECADC
(158,202,220)
0 Favorites   0 Comments

Color spaces of #9ecadc

RGB 158202220
HSL0.550.470.74
HSV197°28°86°
CMYK 0.280.080.00   0.14
XYZ48.139354.677575.7267
Yxy54.67750.26960.3062
Hunter Lab73.9442-13.1950-8.9583
CIE-Lab78.8551-10.3014-13.6550

#9ecadc color RGB value is (158,202,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 11001010 11011100
Octal 236 312 334
Decimal 158 202 220
Hex 9E CA DC

RGB Percentages of Color #9ecadc

%27.24
%34.83
%37.93

CMYK Percentages of Color #9ecadc

%28
%8
%0
%14

Triadic Colors of #9ecadc

#9ecadc #dc9eca #cadc9e

Analogous Colors of #9ecadc

#9ecadc #9eabdc #9edccf

Monochromatic Colors of #9ecadc

#9ecadc

Complementary Color

#9ecadc #dcb09e

#9ecadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ecadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ecadc Color CSS Codes

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

#9ecadc Text Font Color

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

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


#9ecadc Background Color

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

This div background color is #9ecadc


#9ecadc Border Color

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

This div border color is #9ecadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ecadc


Comments

No comments written yet.

Please login to write comment.