Color Hex Logo

#9edbda Color Hex

#9EDBDA
(158,219,218)
0 Favorites   0 Comments

Color spaces of #9edbda

RGB 158219218
HSL0.500.460.74
HSV179°28°86°
CMYK 0.280.000.00   0.14
XYZ52.087062.994175.7435
Yxy62.99410.27300.3301
Hunter Lab79.3688-21.7521-1.0236
CIE-Lab83.4393-19.4508-5.7644

#9edbda color RGB value is (158,219,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 11011011 11011010
Octal 236 333 332
Decimal 158 219 218
Hex 9E DB DA

RGB Percentages of Color #9edbda

%26.55
%36.81
%36.64

CMYK Percentages of Color #9edbda

%28
%0
%0
%14

Triadic Colors of #9edbda

#9edbda #da9edb #dbda9e

Analogous Colors of #9edbda

#9edbda #9ebedb #9edbbc

Monochromatic Colors of #9edbda

#9edbda

Complementary Color

#9edbda #db9e9f

#9edbda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9edbda Color Preview on White Background

Lorem ipsum dolor sit amet.

#9edbda Color CSS Codes

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

#9edbda Text Font Color

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

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


#9edbda Background Color

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

This div background color is #9edbda


#9edbda Border Color

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

This div border color is #9edbda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9edbda


Comments

No comments written yet.

Please login to write comment.