Color Hex Logo

#9ecfdc Color Hex

#9ECFDC
(158,207,220)
0 Favorites   0 Comments

Color spaces of #9ecfdc

RGB 158207220
HSL0.530.470.74
HSV193°28°86°
CMYK 0.280.060.00   0.14
XYZ49.331657.062176.1242
Yxy57.06210.27030.3126
Hunter Lab75.5395-15.6233-6.8713
CIE-Lab80.2145-12.8971-11.6208

#9ecfdc color RGB value is (158,207,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 11001111 11011100
Octal 236 317 334
Decimal 158 207 220
Hex 9E CF DC

RGB Percentages of Color #9ecfdc

%27.01
%35.38
%37.61

CMYK Percentages of Color #9ecfdc

%28
%6
%0
%14

Triadic Colors of #9ecfdc

#9ecfdc #dc9ecf #cfdc9e

Analogous Colors of #9ecfdc

#9ecfdc #9eb0dc #9edcca

Monochromatic Colors of #9ecfdc

#9ecfdc

Complementary Color

#9ecfdc #dcab9e

#9ecfdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ecfdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ecfdc Color CSS Codes

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

#9ecfdc Text Font Color

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

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


#9ecfdc Background Color

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

This div background color is #9ecfdc


#9ecfdc Border Color

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

This div border color is #9ecfdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ecfdc


Comments

No comments written yet.

Please login to write comment.