Color Hex Logo

#9ecbed Color Hex

#9ECBED
(158,203,237)
0 Favorites   0 Comments

Color spaces of #9ecbed

RGB 158203237
HSL0.570.690.77
HSV206°33°93°
CMYK 0.330.140.00   0.07
XYZ50.742556.095488.2738
Yxy56.09540.26010.2875
Hunter Lab74.8969-10.1361-17.4517
CIE-Lab79.6681-6.7470-21.5443

#9ecbed color RGB value is (158,203,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 11001011 11101101
Octal 236 313 355
Decimal 158 203 237
Hex 9E CB ED

RGB Percentages of Color #9ecbed

%26.42
%33.95
%39.63

CMYK Percentages of Color #9ecbed

%33
%14
%0
%7

Triadic Colors of #9ecbed

#9ecbed #ed9ecb #cbed9e

Analogous Colors of #9ecbed

#9ecbed #9ea4ed #9eede8

Monochromatic Colors of #9ecbed

#9ecbed

Complementary Color

#9ecbed #edc09e

#9ecbed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ecbed Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ecbed Color CSS Codes

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

#9ecbed Text Font Color

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

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


#9ecbed Background Color

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

This div background color is #9ecbed


#9ecbed Border Color

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

This div border color is #9ecbed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ecbed


Comments

No comments written yet.

Please login to write comment.