Color Hex Logo

#9ec9bd Color Hex

#9EC9BD
(158,201,189)
0 Favorites   0 Comments

Color spaces of #9ec9bd

RGB 158201189
HSL0.450.280.70
HSV163°21°79°
CMYK 0.210.000.06   0.21
XYZ44.172552.716555.9913
Yxy52.71650.28890.3448
Hunter Lab72.6061-18.46405.1019
CIE-Lab77.7073-16.61651.3320

#9ec9bd color RGB value is (158,201,189).

#9ec9bd hex color red value is 158, green value is 201 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #9ec9bd hue: 0.45 , saturation: 0.28 and the lightness value of 9ec9bd is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 11001001 10111101
Octal 236 311 275
Decimal 158 201 189
Hex 9E C9 BD

RGB Percentages of Color #9ec9bd

%28.83
%36.68
%34.49

CMYK Percentages of Color #9ec9bd

%21
%0
%6
%21

Triadic Colors of #9ec9bd

#9ec9bd #bd9ec9 #c9bd9e

Analogous Colors of #9ec9bd

#9ec9bd #9ec0c9 #9ec9a8

Monochromatic Colors of #9ec9bd

#9ec9bd

Complementary Color

#9ec9bd #c99eaa

#9ec9bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ec9bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ec9bd Color CSS Codes

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

#9ec9bd Text Font Color

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

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


#9ec9bd Background Color

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

This div background color is #9ec9bd


#9ec9bd Border Color

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

This div border color is #9ec9bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ec9bd

#9ec9bd Color Palettes


Comments

No comments written yet.

Please login to write comment.