Color Hex Logo

#9eddbe Color Hex

#9EDDBE
(158,221,190)
0 Favorites   0 Comments

Color spaces of #9eddbe

RGB 158221190
HSL0.420.480.74
HSV150°29°87°
CMYK 0.290.000.14   0.13
XYZ49.251362.699758.2216
Yxy62.69970.28940.3684
Hunter Lab79.1831-27.544911.8336
CIE-Lab83.2841-26.34638.8473

#9eddbe color RGB value is (158,221,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 11011101 10111110
Octal 236 335 276
Decimal 158 221 190
Hex 9E DD BE

RGB Percentages of Color #9eddbe

%27.77
%38.84
%33.39

CMYK Percentages of Color #9eddbe

%29
%0
%14
%13

Triadic Colors of #9eddbe

#9eddbe #be9edd #ddbe9e

Analogous Colors of #9eddbe

#9eddbe #9edddd #9edd9f

Monochromatic Colors of #9eddbe

#9eddbe

Complementary Color

#9eddbe #dd9ebd

#9eddbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9eddbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#9eddbe Color CSS Codes

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

#9eddbe Text Font Color

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

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


#9eddbe Background Color

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

This div background color is #9eddbe


#9eddbe Border Color

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

This div border color is #9eddbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9eddbe


Comments

No comments written yet.

Please login to write comment.