Color Hex Logo

#9ecbec Color Hex

#9ECBEC
(158,203,236)
0 Favorites   0 Comments

Color spaces of #9ecbec

RGB 158203236
HSL0.570.670.77
HSV205°33°93°
CMYK 0.330.140.00   0.07
XYZ50.596856.037187.5064
Yxy56.03710.26060.2886
Hunter Lab74.8579-10.3525-16.9075
CIE-Lab79.6349-6.9927-21.0595

#9ecbec color RGB value is (158,203,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 11001011 11101100
Octal 236 313 354
Decimal 158 203 236
Hex 9E CB EC

RGB Percentages of Color #9ecbec

%26.47
%34.00
%39.53

CMYK Percentages of Color #9ecbec

%33
%14
%0
%7

Triadic Colors of #9ecbec

#9ecbec #ec9ecb #cbec9e

Analogous Colors of #9ecbec

#9ecbec #9ea4ec #9eece6

Monochromatic Colors of #9ecbec

#9ecbec

Complementary Color

#9ecbec #ecbf9e

#9ecbec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ecbec Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ecbec Color CSS Codes

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

#9ecbec Text Font Color

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

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


#9ecbec Background Color

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

This div background color is #9ecbec


#9ecbec Border Color

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

This div border color is #9ecbec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ecbec


Comments

No comments written yet.

Please login to write comment.