Color Hex Logo

#9ecfeb Color Hex

#9ECFEB
(158,207,235)
0 Favorites   0 Comments

Color spaces of #9ecfeb

RGB 158207235
HSL0.560.660.77
HSV202°33°92°
CMYK 0.330.120.00   0.08
XYZ51.408857.892987.0622
Yxy57.89290.26180.2948
Hunter Lab76.0874-12.5486-14.5808
CIE-Lab80.6792-9.3376-18.9439

#9ecfeb color RGB value is (158,207,235).

#9ecfeb hex color red value is 158, green value is 207 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #9ecfeb hue: 0.56 , saturation: 0.66 and the lightness value of 9ecfeb is 0.77.

The process color (four color CMYK) of #9ecfeb color hex is 0.33, 0.12, 0.00, 0.08. Web safe color of #9ecfeb is #99ccff. Color #9ecfeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 11001111 11101011
Octal 236 317 353
Decimal 158 207 235
Hex 9E CF EB

RGB Percentages of Color #9ecfeb

%26.33
%34.50
%39.17

CMYK Percentages of Color #9ecfeb

%33
%12
%0
%8

Triadic Colors of #9ecfeb

#9ecfeb #eb9ecf #cfeb9e

Analogous Colors of #9ecfeb

#9ecfeb #9ea9eb #9eebe1

Monochromatic Colors of #9ecfeb

#9ecfeb

Complementary Color

#9ecfeb #ebba9e

#9ecfeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ecfeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ecfeb Color CSS Codes

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

#9ecfeb Text Font Color

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

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


#9ecfeb Background Color

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

This div background color is #9ecfeb


#9ecfeb Border Color

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

This div border color is #9ecfeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ecfeb

#9ecfeb Color Palettes


Comments

No comments written yet.

Please login to write comment.