Color Hex Logo

#9ebbdc Color Hex

#9EBBDC
(158,187,220)
0 Favorites   0 Comments

Color spaces of #9ebbdc

RGB 158187220
HSL0.590.470.74
HSV212°28°86°
CMYK 0.280.150.00   0.14
XYZ44.789147.977174.6100
Yxy47.97710.26760.2866
Hunter Lab69.2655-5.7913-15.3789
CIE-Lab74.8105-2.3364-19.7532

#9ebbdc color RGB value is (158,187,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 10111011 11011100
Octal 236 273 334
Decimal 158 187 220
Hex 9E BB DC

RGB Percentages of Color #9ebbdc

%27.96
%33.10
%38.94

CMYK Percentages of Color #9ebbdc

%28
%15
%0
%14

Triadic Colors of #9ebbdc

#9ebbdc #dc9ebb #bbdc9e

Analogous Colors of #9ebbdc

#9ebbdc #a09edc #9edadc

Monochromatic Colors of #9ebbdc

#9ebbdc

Complementary Color

#9ebbdc #dcbf9e

#9ebbdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ebbdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ebbdc Color CSS Codes

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

#9ebbdc Text Font Color

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

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


#9ebbdc Background Color

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

This div background color is #9ebbdc


#9ebbdc Border Color

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

This div border color is #9ebbdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ebbdc


Comments

No comments written yet.

Please login to write comment.