Color Hex Logo

#9ebafc Color Hex

#9EBAFC
(158,186,252)
0 Favorites   0 Comments

Color spaces of #9ebafc

RGB 158186252
HSL0.620.940.80
HSV222°37°99°
CMYK 0.370.260.00   0.01
XYZ49.230149.415299.0388
Yxy49.41520.24900.2500
Hunter Lab70.29591.9903-34.3255
CIE-Lab75.70896.2479-35.6625

#9ebafc color RGB value is (158,186,252).

#9ebafc hex color red value is 158, green value is 186 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #9ebafc hue: 0.62 , saturation: 0.94 and the lightness value of 9ebafc is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 10111010 11111100
Octal 236 272 374
Decimal 158 186 252
Hex 9E BA FC

RGB Percentages of Color #9ebafc

%26.51
%31.21
%42.28

CMYK Percentages of Color #9ebafc

%37
%26
%0
%1

Triadic Colors of #9ebafc

#9ebafc #fc9eba #bafc9e

Analogous Colors of #9ebafc

#9ebafc #b19efc #9ee9fc

Monochromatic Colors of #9ebafc

#9ebafc

Complementary Color

#9ebafc #fce09e

#9ebafc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ebafc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ebafc Color CSS Codes

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

#9ebafc Text Font Color

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

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


#9ebafc Background Color

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

This div background color is #9ebafc


#9ebafc Border Color

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

This div border color is #9ebafc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ebafc

Related Colors


Comments

No comments written yet.

Please login to write comment.