Color Hex Logo

#9ebaec Color Hex

#9EBAEC
(158,186,236)
0 Favorites   0 Comments

Color spaces of #9ebaec

RGB 158186236
HSL0.610.670.77
HSV218°33°93°
CMYK 0.330.210.00   0.07
XYZ46.799848.443086.2407
Yxy48.44300.25790.2669
Hunter Lab69.6010-1.7781-24.7439
CIE-Lab75.10352.1381-27.9715

#9ebaec color RGB value is (158,186,236).

#9ebaec hex color red value is 158, green value is 186 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #9ebaec hue: 0.61 , saturation: 0.67 and the lightness value of 9ebaec is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 10111010 11101100
Octal 236 272 354
Decimal 158 186 236
Hex 9E BA EC

RGB Percentages of Color #9ebaec

%27.24
%32.07
%40.69

CMYK Percentages of Color #9ebaec

%33
%21
%0
%7

Triadic Colors of #9ebaec

#9ebaec #ec9eba #baec9e

Analogous Colors of #9ebaec

#9ebaec #a99eec #9ee1ec

Monochromatic Colors of #9ebaec

#9ebaec

Complementary Color

#9ebaec #ecd09e

#9ebaec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ebaec Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ebaec Color CSS Codes

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

#9ebaec Text Font Color

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

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


#9ebaec Background Color

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

This div background color is #9ebaec


#9ebaec Border Color

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

This div border color is #9ebaec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ebaec


Comments

No comments written yet.

Please login to write comment.