Color Hex Logo

#9ecbfa Color Hex

#9ECBFA
(158,203,250)
0 Favorites   0 Comments

Color spaces of #9ecbfa

RGB 158203250
HSL0.590.900.80
HSV211°37°98°
CMYK 0.370.190.00   0.02
XYZ52.711856.883198.6438
Yxy56.88310.25310.2732
Hunter Lab75.4209-7.2326-24.7514
CIE-Lab80.1138-3.4874-27.8098

#9ecbfa color RGB value is (158,203,250).

#9ecbfa hex color red value is 158, green value is 203 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #9ecbfa hue: 0.59 , saturation: 0.90 and the lightness value of 9ecbfa is 0.80.

The process color (four color CMYK) of #9ecbfa color hex is 0.37, 0.19, 0.00, 0.02. Web safe color of #9ecbfa is #99ccff. Color #9ecbfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 11001011 11111010
Octal 236 313 372
Decimal 158 203 250
Hex 9E CB FA

RGB Percentages of Color #9ecbfa

%25.86
%33.22
%40.92

CMYK Percentages of Color #9ecbfa

%37
%19
%0
%2

Triadic Colors of #9ecbfa

#9ecbfa #fa9ecb #cbfa9e

Analogous Colors of #9ecbfa

#9ecbfa #9f9efa #9ef9fa

Monochromatic Colors of #9ecbfa

#9ecbfa

Complementary Color

#9ecbfa #facd9e

#9ecbfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ecbfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ecbfa Color CSS Codes

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

#9ecbfa Text Font Color

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

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


#9ecbfa Background Color

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

This div background color is #9ecbfa


#9ecbfa Border Color

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

This div border color is #9ecbfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ecbfa


Comments

No comments written yet.

Please login to write comment.