Color Hex Logo

#9edbce Color Hex

#9EDBCE
(158,219,206)
0 Favorites   0 Comments

Color spaces of #9edbce

RGB 158219206
HSL0.460.460.74
HSV167°28°86°
CMYK 0.280.000.06   0.14
XYZ50.572662.388467.7692
Yxy62.38840.27980.3452
Hunter Lab78.9863-23.93784.4204
CIE-Lab83.1195-22.07720.1353

#9edbce color RGB value is (158,219,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 11011011 11001110
Octal 236 333 316
Decimal 158 219 206
Hex 9E DB CE

RGB Percentages of Color #9edbce

%27.10
%37.56
%35.33

CMYK Percentages of Color #9edbce

%28
%0
%6
%14

Triadic Colors of #9edbce

#9edbce #ce9edb #dbce9e

Analogous Colors of #9edbce

#9edbce #9ecadb #9edbb0

Monochromatic Colors of #9edbce

#9edbce

Complementary Color

#9edbce #db9eab

#9edbce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9edbce Color Preview on White Background

Lorem ipsum dolor sit amet.

#9edbce Color CSS Codes

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

#9edbce Text Font Color

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

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


#9edbce Background Color

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

This div background color is #9edbce


#9edbce Border Color

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

This div border color is #9edbce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9edbce


Comments

No comments written yet.

Please login to write comment.