Color Hex Logo

#9edadd Color Hex

#9EDADD
(158,218,221)
0 Favorites   0 Comments

Color spaces of #9edadd

RGB 158218221
HSL0.510.480.74
HSV183°29°87°
CMYK 0.290.010.00   0.13
XYZ52.223162.632477.7434
Yxy62.63240.27110.3252
Hunter Lab79.1406-20.7080-2.8448
CIE-Lab83.2486-18.2728-7.6393

#9edadd color RGB value is (158,218,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 11011010 11011101
Octal 236 332 335
Decimal 158 218 221
Hex 9E DA DD

RGB Percentages of Color #9edadd

%26.47
%36.52
%37.02

CMYK Percentages of Color #9edadd

%29
%1
%0
%13

Triadic Colors of #9edadd

#9edadd #dd9eda #dadd9e

Analogous Colors of #9edadd

#9edadd #9ebbdd #9eddc1

Monochromatic Colors of #9edadd

#9edadd

Complementary Color

#9edadd #dda19e

#9edadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9edadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9edadd Color CSS Codes

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

#9edadd Text Font Color

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

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


#9edadd Background Color

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

This div background color is #9edadd


#9edadd Border Color

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

This div border color is #9edadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9edadd


Comments

No comments written yet.

Please login to write comment.