Color Hex Logo

#9ebadf Color Hex

#9EBADF
(158,186,223)
0 Favorites   0 Comments

Color spaces of #9ebadf

RGB 158186223
HSL0.590.500.75
HSV214°29°87°
CMYK 0.290.170.00   0.13
XYZ44.978747.714676.6512
Yxy47.71460.26560.2818
Hunter Lab69.0758-4.6522-17.4392
CIE-Lab74.6446-1.0729-21.6328

#9ebadf color RGB value is (158,186,223).

#9ebadf hex color red value is 158, green value is 186 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #9ebadf hue: 0.59 , saturation: 0.50 and the lightness value of 9ebadf is 0.75.

The process color (four color CMYK) of #9ebadf color hex is 0.29, 0.17, 0.00, 0.13. Web safe color of #9ebadf is #99cccc. Color #9ebadf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 10111010 11011111
Octal 236 272 337
Decimal 158 186 223
Hex 9E BA DF

RGB Percentages of Color #9ebadf

%27.87
%32.80
%39.33

CMYK Percentages of Color #9ebadf

%29
%17
%0
%13

Triadic Colors of #9ebadf

#9ebadf #df9eba #badf9e

Analogous Colors of #9ebadf

#9ebadf #a39edf #9edbdf

Monochromatic Colors of #9ebadf

#9ebadf

Complementary Color

#9ebadf #dfc39e

#9ebadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ebadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ebadf Color CSS Codes

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

#9ebadf Text Font Color

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

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


#9ebadf Background Color

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

This div background color is #9ebadf


#9ebadf Border Color

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

This div border color is #9ebadf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ebadf


Comments

No comments written yet.

Please login to write comment.