Color Hex Logo

#9ecbeb Color Hex

#9ECBEB
(158,203,235)
0 Favorites   0 Comments

Color spaces of #9ecbeb

RGB 158203235
HSL0.570.660.77
HSV205°33°92°
CMYK 0.330.140.00   0.08
XYZ50.451955.979186.7432
Yxy55.97910.26120.2898
Hunter Lab74.8192-10.5679-16.3657
CIE-Lab79.6019-7.2376-20.5742

#9ecbeb color RGB value is (158,203,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 11001011 11101011
Octal 236 313 353
Decimal 158 203 235
Hex 9E CB EB

RGB Percentages of Color #9ecbeb

%26.51
%34.06
%39.43

CMYK Percentages of Color #9ecbeb

%33
%14
%0
%8

Triadic Colors of #9ecbeb

#9ecbeb #eb9ecb #cbeb9e

Analogous Colors of #9ecbeb

#9ecbeb #9ea5eb #9eebe5

Monochromatic Colors of #9ecbeb

#9ecbeb

Complementary Color

#9ecbeb #ebbe9e

#9ecbeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ecbeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ecbeb Color CSS Codes

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

#9ecbeb Text Font Color

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

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


#9ecbeb Background Color

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

This div background color is #9ecbeb


#9ecbeb Border Color

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

This div border color is #9ecbeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ecbeb


Comments

No comments written yet.

Please login to write comment.