Color Hex Logo

#9ebbca Color Hex

#9EBBCA
(158,187,202)
0 Favorites   0 Comments

Color spaces of #9ebbca

RGB 158187202
HSL0.560.290.71
HSV200°22°79°
CMYK 0.220.070.00   0.21
XYZ42.531547.074062.7217
Yxy47.07400.27920.3090
Hunter Lab68.6105-9.4166-6.1738
CIE-Lab74.2371-6.5152-10.8300

#9ebbca color RGB value is (158,187,202).

#9ebbca hex color red value is 158, green value is 187 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #9ebbca hue: 0.56 , saturation: 0.29 and the lightness value of 9ebbca is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 10111011 11001010
Octal 236 273 312
Decimal 158 187 202
Hex 9E BB CA

RGB Percentages of Color #9ebbca

%28.88
%34.19
%36.93

CMYK Percentages of Color #9ebbca

%22
%7
%0
%21

Triadic Colors of #9ebbca

#9ebbca #ca9ebb #bbca9e

Analogous Colors of #9ebbca

#9ebbca #9ea5ca #9ecac3

Monochromatic Colors of #9ebbca

#9ebbca

Complementary Color

#9ebbca #caad9e

#9ebbca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ebbca Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ebbca Color CSS Codes

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

#9ebbca Text Font Color

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

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


#9ebbca Background Color

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

This div background color is #9ebbca


#9ebbca Border Color

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

This div border color is #9ebbca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ebbca


Comments

No comments written yet.

Please login to write comment.