Color Hex Logo

#9ebaea Color Hex

#9EBAEA
(158,186,234)
0 Favorites   0 Comments

Color spaces of #9ebaea

RGB 158186234
HSL0.610.640.77
HSV218°32°92°
CMYK 0.320.210.00   0.08
XYZ46.510748.327484.7186
Yxy48.32740.25900.2691
Hunter Lab69.5179-2.2316-23.5917
CIE-Lab75.03101.6360-27.0014

#9ebaea color RGB value is (158,186,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 10111010 11101010
Octal 236 272 352
Decimal 158 186 234
Hex 9E BA EA

RGB Percentages of Color #9ebaea

%27.34
%32.18
%40.48

CMYK Percentages of Color #9ebaea

%32
%21
%0
%8

Triadic Colors of #9ebaea

#9ebaea #ea9eba #baea9e

Analogous Colors of #9ebaea

#9ebaea #a89eea #9ee0ea

Monochromatic Colors of #9ebaea

#9ebaea

Complementary Color

#9ebaea #eace9e

#9ebaea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ebaea Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ebaea Color CSS Codes

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

#9ebaea Text Font Color

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

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


#9ebaea Background Color

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

This div background color is #9ebaea


#9ebaea Border Color

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

This div border color is #9ebaea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ebaea


Comments

No comments written yet.

Please login to write comment.