Color Hex Logo

#9ebddc Color Hex

#9EBDDC
(158,189,220)
0 Favorites   0 Comments

Color spaces of #9ebddc

RGB 158189220
HSL0.580.470.74
HSV210°28°86°
CMYK 0.280.140.00   0.14
XYZ45.216448.831674.7524
Yxy48.83160.26790.2893
Hunter Lab69.8796-6.7889-14.5086
CIE-Lab75.3464-3.4131-18.9412

#9ebddc color RGB value is (158,189,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 10111101 11011100
Octal 236 275 334
Decimal 158 189 220
Hex 9E BD DC

RGB Percentages of Color #9ebddc

%27.87
%33.33
%38.80

CMYK Percentages of Color #9ebddc

%28
%14
%0
%14

Triadic Colors of #9ebddc

#9ebddc #dc9ebd #bddc9e

Analogous Colors of #9ebddc

#9ebddc #9e9edc #9edcdc

Monochromatic Colors of #9ebddc

#9ebddc

Complementary Color

#9ebddc #dcbd9e

#9ebddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ebddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ebddc Color CSS Codes

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

#9ebddc Text Font Color

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

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


#9ebddc Background Color

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

This div background color is #9ebddc


#9ebddc Border Color

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

This div border color is #9ebddc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(158,189,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 #9ebddc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ebddc


Comments

No comments written yet.

Please login to write comment.