Color Hex Logo

#9edaba Color Hex

#9EDABA
(158,218,186)
0 Favorites   0 Comments

Color spaces of #9edaba

RGB 158218186
HSL0.410.450.74
HSV148°28°85°
CMYK 0.280.000.15   0.15
XYZ48.034960.957155.6886
Yxy60.95710.29170.3702
Hunter Lab78.0750-26.810912.3627
CIE-Lab82.3557-25.67829.6357

#9edaba color RGB value is (158,218,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 11011010 10111010
Octal 236 332 272
Decimal 158 218 186
Hex 9E DA BA

RGB Percentages of Color #9edaba

%28.11
%38.79
%33.10

CMYK Percentages of Color #9edaba

%28
%0
%15
%15

Triadic Colors of #9edaba

#9edaba #ba9eda #daba9e

Analogous Colors of #9edaba

#9edaba #9edad8 #a0da9e

Monochromatic Colors of #9edaba

#9edaba

Complementary Color

#9edaba #da9ebe

#9edaba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9edaba Color Preview on White Background

Lorem ipsum dolor sit amet.

#9edaba Color CSS Codes

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

#9edaba Text Font Color

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

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


#9edaba Background Color

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

This div background color is #9edaba


#9edaba Border Color

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

This div border color is #9edaba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9edaba


Comments

No comments written yet.

Please login to write comment.