Color Hex Logo

#9ebaff Color Hex

#9EBAFF
(158,186,255)
0 Favorites   0 Comments

Color spaces of #9ebaff

RGB 158186255
HSL0.621.000.81
HSV223°38°100°
CMYK 0.380.270.00   0.00
XYZ49.709549.6069101.5629
Yxy49.60690.24750.2469
Hunter Lab70.43222.7252-36.1934
CIE-Lab75.82737.0366-37.0907

#9ebaff color RGB value is (158,186,255).

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

The process color (four color CMYK) of #9ebaff color hex is 0.38, 0.27, 0.00, 0.00. Web safe color of #9ebaff is #99ccff. Color #9ebaff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 10111010 11111111
Octal 236 272 377
Decimal 158 186 255
Hex 9E BA FF

RGB Percentages of Color #9ebaff

%26.38
%31.05
%42.57

CMYK Percentages of Color #9ebaff

%38
%27
%0
%0

Triadic Colors of #9ebaff

#9ebaff #ff9eba #baff9e

Analogous Colors of #9ebaff

#9ebaff #b39eff #9eebff

Monochromatic Colors of #9ebaff

#9ebaff

Complementary Color

#9ebaff #ffe39e

#9ebaff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ebaff Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ebaff Color CSS Codes

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

#9ebaff Text Font Color

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

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


#9ebaff Background Color

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

This div background color is #9ebaff


#9ebaff Border Color

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

This div border color is #9ebaff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ebaff


Comments

No comments written yet.

Please login to write comment.