Color Hex Logo

#9eecfa Color Hex

#9EECFA
(158,236,250)
0 Favorites   0 Comments

Color spaces of #9eecfa

RGB 158236250
HSL0.530.900.80
HSV189°37°98°
CMYK 0.370.060.00   0.02
XYZ61.351374.1621101.5236
Yxy74.16210.25880.3129
Hunter Lab86.1174-23.5395-9.6146
CIE-Lab88.9990-20.4680-14.3557

#9eecfa color RGB value is (158,236,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 11101100 11111010
Octal 236 354 372
Decimal 158 236 250
Hex 9E EC FA

RGB Percentages of Color #9eecfa

%24.53
%36.65
%38.82

CMYK Percentages of Color #9eecfa

%37
%6
%0
%2

Triadic Colors of #9eecfa

#9eecfa #fa9eec #ecfa9e

Analogous Colors of #9eecfa

#9eecfa #9ebefa #9efada

Monochromatic Colors of #9eecfa

#9eecfa

Complementary Color

#9eecfa #faac9e

#9eecfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9eecfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#9eecfa Color CSS Codes

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

#9eecfa Text Font Color

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

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


#9eecfa Background Color

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

This div background color is #9eecfa


#9eecfa Border Color

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

This div border color is #9eecfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9eecfa


Comments

No comments written yet.

Please login to write comment.