Color Hex Logo

#9ebdfe Color Hex

#9EBDFE
(158,189,254)
0 Favorites   0 Comments

Color spaces of #9ebdfe

RGB 158189254
HSL0.610.980.81
HSV221°38°100°
CMYK 0.380.260.00   0.00
XYZ50.187550.8200100.9300
Yxy50.82000.24850.2517
Hunter Lab71.28810.9114-34.0413
CIE-Lab76.56985.1232-35.4038

#9ebdfe color RGB value is (158,189,254).

#9ebdfe hex color red value is 158, green value is 189 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #9ebdfe hue: 0.61 , saturation: 0.98 and the lightness value of 9ebdfe is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 10111101 11111110
Octal 236 275 376
Decimal 158 189 254
Hex 9E BD FE

RGB Percentages of Color #9ebdfe

%26.29
%31.45
%42.26

CMYK Percentages of Color #9ebdfe

%38
%26
%0
%0

Triadic Colors of #9ebdfe

#9ebdfe #fe9ebd #bdfe9e

Analogous Colors of #9ebdfe

#9ebdfe #af9efe #9eedfe

Monochromatic Colors of #9ebdfe

#9ebdfe

Complementary Color

#9ebdfe #fedf9e

#9ebdfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ebdfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ebdfe Color CSS Codes

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

#9ebdfe Text Font Color

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

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


#9ebdfe Background Color

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

This div background color is #9ebdfe


#9ebdfe Border Color

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

This div border color is #9ebdfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ebdfe

Related Colors


Comments

No comments written yet.

Please login to write comment.