Color Hex Logo

#9ebadc Color Hex

#9EBADC
(158,186,220)
0 Favorites   0 Comments

Color spaces of #9ebadc

RGB 158186220
HSL0.590.470.74
HSV213°28°86°
CMYK 0.280.150.00   0.14
XYZ44.577747.554274.5395
Yxy47.55420.26750.2853
Hunter Lab68.9596-5.2910-15.8158
CIE-Lab74.5429-1.7960-20.1590

#9ebadc color RGB value is (158,186,220).

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

The process color (four color CMYK) of #9ebadc color hex is 0.28, 0.15, 0.00, 0.14. Web safe color of #9ebadc is #99cccc. Color #9ebadc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 10111010 11011100
Octal 236 272 334
Decimal 158 186 220
Hex 9E BA DC

RGB Percentages of Color #9ebadc

%28.01
%32.98
%39.01

CMYK Percentages of Color #9ebadc

%28
%15
%0
%14

Triadic Colors of #9ebadc

#9ebadc #dc9eba #badc9e

Analogous Colors of #9ebadc

#9ebadc #a19edc #9ed9dc

Monochromatic Colors of #9ebadc

#9ebadc

Complementary Color

#9ebadc #dcc09e

#9ebadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ebadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ebadc Color CSS Codes

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

#9ebadc Text Font Color

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

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


#9ebadc Background Color

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

This div background color is #9ebadc


#9ebadc Border Color

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

This div border color is #9ebadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ebadc


Comments

No comments written yet.

Please login to write comment.