Color Hex Logo

#9ecceb Color Hex

#9ECCEB
(158,204,235)
0 Favorites   0 Comments

Color spaces of #9ecceb

RGB 158204235
HSL0.570.660.77
HSV204°33°92°
CMYK 0.330.130.00   0.08
XYZ50.688856.453086.8222
Yxy56.45300.26130.2910
Hunter Lab75.1352-11.0644-15.9177
CIE-Lab79.8709-7.7645-20.1667

#9ecceb color RGB value is (158,204,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 11001100 11101011
Octal 236 314 353
Decimal 158 204 235
Hex 9E CC EB

RGB Percentages of Color #9ecceb

%26.47
%34.17
%39.36

CMYK Percentages of Color #9ecceb

%33
%13
%0
%8

Triadic Colors of #9ecceb

#9ecceb #eb9ecc #cceb9e

Analogous Colors of #9ecceb

#9ecceb #9ea6eb #9eebe4

Monochromatic Colors of #9ecceb

#9ecceb

Complementary Color

#9ecceb #ebbd9e

#9ecceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ecceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ecceb Color CSS Codes

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

#9ecceb Text Font Color

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

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


#9ecceb Background Color

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

This div background color is #9ecceb


#9ecceb Border Color

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

This div border color is #9ecceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ecceb


Comments

No comments written yet.

Please login to write comment.