Color Hex Logo

#9ebcec Color Hex

#9EBCEC
(158,188,236)
0 Favorites   0 Comments

Color spaces of #9ebcec

RGB 158188236
HSL0.600.670.77
HSV217°33°93°
CMYK 0.330.200.00   0.07
XYZ47.224149.291786.3821
Yxy49.29170.25820.2695
Hunter Lab70.2080-2.7995-23.8032
CIE-Lab75.63241.0477-27.1605

#9ebcec color RGB value is (158,188,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 10111100 11101100
Octal 236 274 354
Decimal 158 188 236
Hex 9E BC EC

RGB Percentages of Color #9ebcec

%27.15
%32.30
%40.55

CMYK Percentages of Color #9ebcec

%33
%20
%0
%7

Triadic Colors of #9ebcec

#9ebcec #ec9ebc #bcec9e

Analogous Colors of #9ebcec

#9ebcec #a79eec #9ee3ec

Monochromatic Colors of #9ebcec

#9ebcec

Complementary Color

#9ebcec #ecce9e

#9ebcec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ebcec Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ebcec Color CSS Codes

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

#9ebcec Text Font Color

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

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


#9ebcec Background Color

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

This div background color is #9ebcec


#9ebcec Border Color

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

This div border color is #9ebcec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ebcec


Comments

No comments written yet.

Please login to write comment.