Color Hex Logo

#9eb9ec Color Hex

#9EB9EC
(158,185,236)
0 Favorites   0 Comments

Color spaces of #9eb9ec

RGB 158185236
HSL0.610.670.77
HSV219°33°93°
CMYK 0.330.220.00   0.07
XYZ46.589848.023286.1707
Yxy48.02320.25770.2656
Hunter Lab69.2988-1.2667-25.2160
CIE-Lab74.83962.6842-28.3764

#9eb9ec color RGB value is (158,185,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 10111001 11101100
Octal 236 271 354
Decimal 158 185 236
Hex 9E B9 EC

RGB Percentages of Color #9eb9ec

%27.29
%31.95
%40.76

CMYK Percentages of Color #9eb9ec

%33
%22
%0
%7

Triadic Colors of #9eb9ec

#9eb9ec #ec9eb9 #b9ec9e

Analogous Colors of #9eb9ec

#9eb9ec #aa9eec #9ee0ec

Monochromatic Colors of #9eb9ec

#9eb9ec

Complementary Color

#9eb9ec #ecd19e

#9eb9ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9eb9ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#9eb9ec Color CSS Codes

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

#9eb9ec Text Font Color

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

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


#9eb9ec Background Color

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

This div background color is #9eb9ec


#9eb9ec Border Color

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

This div border color is #9eb9ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9eb9ec


Comments

No comments written yet.

Please login to write comment.