Color Hex Logo

#9ecbbe Color Hex

#9ECBBE
(158,203,190)
0 Favorites   0 Comments

Color spaces of #9ecbbe

RGB 158203190
HSL0.450.300.71
HSV163°22°80°
CMYK 0.220.000.06   0.20
XYZ44.750853.698756.7215
Yxy53.69870.28840.3461
Hunter Lab73.2794-19.23135.4025
CIE-Lab78.2857-17.42681.6357

#9ecbbe color RGB value is (158,203,190).

#9ecbbe hex color red value is 158, green value is 203 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #9ecbbe hue: 0.45 , saturation: 0.30 and the lightness value of 9ecbbe is 0.71.

The process color (four color CMYK) of #9ecbbe color hex is 0.22, 0.00, 0.06, 0.20. Web safe color of #9ecbbe is #99cccc. Color #9ecbbe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 11001011 10111110
Octal 236 313 276
Decimal 158 203 190
Hex 9E CB BE

RGB Percentages of Color #9ecbbe

%28.68
%36.84
%34.48

CMYK Percentages of Color #9ecbbe

%22
%0
%6
%20

Triadic Colors of #9ecbbe

#9ecbbe #be9ecb #cbbe9e

Analogous Colors of #9ecbbe

#9ecbbe #9ec2cb #9ecba8

Monochromatic Colors of #9ecbbe

#9ecbbe

Complementary Color

#9ecbbe #cb9eab

#9ecbbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ecbbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ecbbe Color CSS Codes

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

#9ecbbe Text Font Color

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

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


#9ecbbe Background Color

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

This div background color is #9ecbbe


#9ecbbe Border Color

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

This div border color is #9ecbbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ecbbe


Comments

No comments written yet.

Please login to write comment.