Color Hex Logo

#9eceeb Color Hex

#9ECEEB
(158,206,235)
0 Favorites   0 Comments

Color spaces of #9eceeb

RGB 158206235
HSL0.560.660.77
HSV203°33°92°
CMYK 0.330.120.00   0.08
XYZ51.167357.409986.9817
Yxy57.40990.26160.2936
Hunter Lab75.7693-12.0546-15.0252
CIE-Lab80.4096-8.8144-19.3515

#9eceeb color RGB value is (158,206,235).

#9eceeb hex color red value is 158, green value is 206 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #9eceeb hue: 0.56 , saturation: 0.66 and the lightness value of 9eceeb is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 11001110 11101011
Octal 236 316 353
Decimal 158 206 235
Hex 9E CE EB

RGB Percentages of Color #9eceeb

%26.38
%34.39
%39.23

CMYK Percentages of Color #9eceeb

%33
%12
%0
%8

Triadic Colors of #9eceeb

#9eceeb #eb9ece #ceeb9e

Analogous Colors of #9eceeb

#9eceeb #9ea8eb #9eebe2

Monochromatic Colors of #9eceeb

#9eceeb

Complementary Color

#9eceeb #ebbb9e

#9eceeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9eceeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9eceeb Color CSS Codes

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

#9eceeb Text Font Color

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

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


#9eceeb Background Color

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

This div background color is #9eceeb


#9eceeb Border Color

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

This div border color is #9eceeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9eceeb


Comments

No comments written yet.

Please login to write comment.