Color Hex Logo

#9ebffa Color Hex

#9EBFFA
(158,191,250)
0 Favorites   0 Comments

Color spaces of #9ebffa

RGB 158191250
HSL0.610.900.80
HSV218°37°98°
CMYK 0.370.240.00   0.02
XYZ49.986751.432897.7354
Yxy51.43280.25100.2583
Hunter Lab71.7167-1.0892-30.5987
CIE-Lab76.94042.9862-32.6853

#9ebffa color RGB value is (158,191,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 10111111 11111010
Octal 236 277 372
Decimal 158 191 250
Hex 9E BF FA

RGB Percentages of Color #9ebffa

%26.38
%31.89
%41.74

CMYK Percentages of Color #9ebffa

%37
%24
%0
%2

Triadic Colors of #9ebffa

#9ebffa #fa9ebf #bffa9e

Analogous Colors of #9ebffa

#9ebffa #ab9efa #9eedfa

Monochromatic Colors of #9ebffa

#9ebffa

Complementary Color

#9ebffa #fad99e

#9ebffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ebffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ebffa Color CSS Codes

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

#9ebffa Text Font Color

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

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


#9ebffa Background Color

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

This div background color is #9ebffa


#9ebffa Border Color

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

This div border color is #9ebffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ebffa

Related Colors


Comments

No comments written yet.

Please login to write comment.