Color Hex Logo

#9ebcea Color Hex

#9EBCEA
(158,188,234)
0 Favorites   0 Comments

Color spaces of #9ebcea

RGB 158188234
HSL0.600.640.77
HSV216°32°92°
CMYK 0.320.200.00   0.08
XYZ46.935149.176184.8601
Yxy49.17610.25940.2717
Hunter Lab70.1257-3.2499-22.6597
CIE-Lab75.56080.5472-26.1903

#9ebcea color RGB value is (158,188,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 10111100 11101010
Octal 236 274 352
Decimal 158 188 234
Hex 9E BC EA

RGB Percentages of Color #9ebcea

%27.24
%32.41
%40.34

CMYK Percentages of Color #9ebcea

%32
%20
%0
%8

Triadic Colors of #9ebcea

#9ebcea #ea9ebc #bcea9e

Analogous Colors of #9ebcea

#9ebcea #a69eea #9ee2ea

Monochromatic Colors of #9ebcea

#9ebcea

Complementary Color

#9ebcea #eacc9e

#9ebcea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ebcea Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ebcea Color CSS Codes

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

#9ebcea Text Font Color

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

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


#9ebcea Background Color

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

This div background color is #9ebcea


#9ebcea Border Color

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

This div border color is #9ebcea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ebcea


Comments

No comments written yet.

Please login to write comment.