Color Hex Logo

#9ebdda Color Hex

#9EBDDA
(158,189,218)
0 Favorites   0 Comments

Color spaces of #9ebdda

RGB 158189218
HSL0.580.450.74
HSV209°28°85°
CMYK 0.280.130.00   0.15
XYZ44.953048.726273.3655
Yxy48.72620.26910.2917
Hunter Lab69.8042-7.2055-13.4520
CIE-Lab75.2807-3.8890-17.9567

#9ebdda color RGB value is (158,189,218).

#9ebdda hex color red value is 158, green value is 189 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #9ebdda hue: 0.58 , saturation: 0.45 and the lightness value of 9ebdda is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 10111101 11011010
Octal 236 275 332
Decimal 158 189 218
Hex 9E BD DA

RGB Percentages of Color #9ebdda

%27.96
%33.45
%38.58

CMYK Percentages of Color #9ebdda

%28
%13
%0
%15

Triadic Colors of #9ebdda

#9ebdda #da9ebd #bdda9e

Analogous Colors of #9ebdda

#9ebdda #9e9fda #9edad9

Monochromatic Colors of #9ebdda

#9ebdda

Complementary Color

#9ebdda #dabb9e

#9ebdda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ebdda Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ebdda Color CSS Codes

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

#9ebdda Text Font Color

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

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


#9ebdda Background Color

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

This div background color is #9ebdda


#9ebdda Border Color

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

This div border color is #9ebdda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ebdda


Comments

No comments written yet.

Please login to write comment.