Color Hex Logo

#9ebecd Color Hex

#9EBECD
(158,190,205)
0 Favorites   0 Comments

Color spaces of #9ebecd

RGB 158190205
HSL0.550.320.71
HSV199°23°80°
CMYK 0.230.070.00   0.20
XYZ43.533548.503864.8253
Yxy48.50380.27750.3092
Hunter Lab69.6447-10.3014-6.4359
CIE-Lab75.1416-7.4339-11.1105

#9ebecd color RGB value is (158,190,205).

#9ebecd hex color red value is 158, green value is 190 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #9ebecd hue: 0.55 , saturation: 0.32 and the lightness value of 9ebecd is 0.71.

The process color (four color CMYK) of #9ebecd color hex is 0.23, 0.07, 0.00, 0.20. Web safe color of #9ebecd is #99cccc. Color #9ebecd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 10111110 11001101
Octal 236 276 315
Decimal 158 190 205
Hex 9E BE CD

RGB Percentages of Color #9ebecd

%28.57
%34.36
%37.07

CMYK Percentages of Color #9ebecd

%23
%7
%0
%20

Triadic Colors of #9ebecd

#9ebecd #cd9ebe #becd9e

Analogous Colors of #9ebecd

#9ebecd #9ea7cd #9ecdc5

Monochromatic Colors of #9ebecd

#9ebecd

Complementary Color

#9ebecd #cdad9e

#9ebecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ebecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ebecd Color CSS Codes

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

#9ebecd Text Font Color

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

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


#9ebecd Background Color

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

This div background color is #9ebecd


#9ebecd Border Color

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

This div border color is #9ebecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ebecd


Comments

No comments written yet.

Please login to write comment.