Color Hex Logo

#9edabd Color Hex

#9EDABD
(158,218,189)
0 Favorites   0 Comments

Color spaces of #9edabd

RGB 158218189
HSL0.420.450.74
HSV151°28°85°
CMYK 0.280.000.13   0.15
XYZ48.357361.086057.3862
Yxy61.08600.28990.3662
Hunter Lab78.1575-26.334911.1773
CIE-Lab82.4250-25.08788.1462

#9edabd color RGB value is (158,218,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 11011010 10111101
Octal 236 332 275
Decimal 158 218 189
Hex 9E DA BD

RGB Percentages of Color #9edabd

%27.96
%38.58
%33.45

CMYK Percentages of Color #9edabd

%28
%0
%13
%15

Triadic Colors of #9edabd

#9edabd #bd9eda #dabd9e

Analogous Colors of #9edabd

#9edabd #9ed9da #9eda9f

Monochromatic Colors of #9edabd

#9edabd

Complementary Color

#9edabd #da9ebb

#9edabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9edabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9edabd Color CSS Codes

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

#9edabd Text Font Color

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

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


#9edabd Background Color

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

This div background color is #9edabd


#9edabd Border Color

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

This div border color is #9edabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9edabd


Comments

No comments written yet.

Please login to write comment.