Color Hex Logo

#9ecfdb Color Hex

#9ECFDB
(158,207,219)
0 Favorites   0 Comments

Color spaces of #9ecfdb

RGB 158207219
HSL0.530.460.74
HSV192°28°86°
CMYK 0.280.050.00   0.14
XYZ49.199657.009275.4286
Yxy57.00920.27090.3139
Hunter Lab75.5044-15.8200-6.3773
CIE-Lab80.1848-13.1276-11.1297

#9ecfdb color RGB value is (158,207,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 11001111 11011011
Octal 236 317 333
Decimal 158 207 219
Hex 9E CF DB

RGB Percentages of Color #9ecfdb

%27.05
%35.45
%37.50

CMYK Percentages of Color #9ecfdb

%28
%5
%0
%14

Triadic Colors of #9ecfdb

#9ecfdb #db9ecf #cfdb9e

Analogous Colors of #9ecfdb

#9ecfdb #9eb1db #9edbc9

Monochromatic Colors of #9ecfdb

#9ecfdb

Complementary Color

#9ecfdb #dbaa9e

#9ecfdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ecfdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ecfdb Color CSS Codes

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

#9ecfdb Text Font Color

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

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


#9ecfdb Background Color

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

This div background color is #9ecfdb


#9ecfdb Border Color

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

This div border color is #9ecfdb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(158,207,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #9ecfdb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ecfdb


Comments

No comments written yet.

Please login to write comment.