Color Hex Logo

#9edbde Color Hex

#9EDBDE
(158,219,222)
0 Favorites   0 Comments

Color spaces of #9edbde

RGB 158219222
HSL0.510.490.75
HSV183°29°87°
CMYK 0.290.010.00   0.13
XYZ52.616963.206178.5340
Yxy63.20610.27070.3252
Hunter Lab79.5023-20.9925-2.9163
CIE-Lab83.5507-18.5483-7.7224

#9edbde color RGB value is (158,219,222).

#9edbde hex color red value is 158, green value is 219 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #9edbde hue: 0.51 , saturation: 0.49 and the lightness value of 9edbde is 0.75.

The process color (four color CMYK) of #9edbde color hex is 0.29, 0.01, 0.00, 0.13. Web safe color of #9edbde is #99cccc. Color #9edbde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 11011011 11011110
Octal 236 333 336
Decimal 158 219 222
Hex 9E DB DE

RGB Percentages of Color #9edbde

%26.38
%36.56
%37.06

CMYK Percentages of Color #9edbde

%29
%1
%0
%13

Triadic Colors of #9edbde

#9edbde #de9edb #dbde9e

Analogous Colors of #9edbde

#9edbde #9ebbde #9edec1

Monochromatic Colors of #9edbde

#9edbde

Complementary Color

#9edbde #dea19e

#9edbde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9edbde Color Preview on White Background

Lorem ipsum dolor sit amet.

#9edbde Color CSS Codes

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

#9edbde Text Font Color

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

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


#9edbde Background Color

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

This div background color is #9edbde


#9edbde Border Color

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

This div border color is #9edbde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9edbde


Comments

No comments written yet.

Please login to write comment.