Color Hex Logo

#9edbcb Color Hex

#9EDBCB
(158,219,203)
0 Favorites   0 Comments

Color spaces of #9edbcb

RGB 158219203
HSL0.460.460.74
HSV164°28°86°
CMYK 0.280.000.07   0.14
XYZ50.211662.243965.8678
Yxy62.24390.28160.3491
Hunter Lab78.8948-24.46185.7262
CIE-Lab83.0430-22.71341.6154

#9edbcb color RGB value is (158,219,203).

#9edbcb hex color red value is 158, green value is 219 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #9edbcb hue: 0.46 , saturation: 0.46 and the lightness value of 9edbcb is 0.74.

The process color (four color CMYK) of #9edbcb color hex is 0.28, 0.00, 0.07, 0.14. Web safe color of #9edbcb is #99cccc. Color #9edbcb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 11011011 11001011
Octal 236 333 313
Decimal 158 219 203
Hex 9E DB CB

RGB Percentages of Color #9edbcb

%27.24
%37.76
%35.00

CMYK Percentages of Color #9edbcb

%28
%0
%7
%14

Triadic Colors of #9edbcb

#9edbcb #cb9edb #dbcb9e

Analogous Colors of #9edbcb

#9edbcb #9ecddb #9edbad

Monochromatic Colors of #9edbcb

#9edbcb

Complementary Color

#9edbcb #db9eae

#9edbcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9edbcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9edbcb Color CSS Codes

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

#9edbcb Text Font Color

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

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


#9edbcb Background Color

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

This div background color is #9edbcb


#9edbcb Border Color

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

This div border color is #9edbcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9edbcb


Comments

No comments written yet.

Please login to write comment.