Color Hex Logo

#9ebae5 Color Hex

#9EBAE5
(158,186,229)
0 Favorites   0 Comments

Color spaces of #9ebae5

RGB 158186229
HSL0.600.580.76
HSV216°31°90°
CMYK 0.310.190.00   0.10
XYZ45.802348.044180.9881
Yxy48.04410.26200.2748
Hunter Lab69.3139-3.3472-20.7563
CIE-Lab74.85270.3936-24.5680

#9ebae5 color RGB value is (158,186,229).

#9ebae5 hex color red value is 158, green value is 186 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #9ebae5 hue: 0.60 , saturation: 0.58 and the lightness value of 9ebae5 is 0.76.

The process color (four color CMYK) of #9ebae5 color hex is 0.31, 0.19, 0.00, 0.10. Web safe color of #9ebae5 is #99cccc. Color #9ebae5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 10111010 11100101
Octal 236 272 345
Decimal 158 186 229
Hex 9E BA E5

RGB Percentages of Color #9ebae5

%27.57
%32.46
%39.97

CMYK Percentages of Color #9ebae5

%31
%19
%0
%10

Triadic Colors of #9ebae5

#9ebae5 #e59eba #bae59e

Analogous Colors of #9ebae5

#9ebae5 #a69ee5 #9edee5

Monochromatic Colors of #9ebae5

#9ebae5

Complementary Color

#9ebae5 #e5c99e

#9ebae5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ebae5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ebae5 Color CSS Codes

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

#9ebae5 Text Font Color

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

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


#9ebae5 Background Color

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

This div background color is #9ebae5


#9ebae5 Border Color

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

This div border color is #9ebae5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ebae5


Comments

No comments written yet.

Please login to write comment.