Color Hex Logo

#9edebe Color Hex

#9EDEBE
(158,222,190)
0 Favorites   0 Comments

Color spaces of #9edebe

RGB 158222190
HSL0.420.490.75
HSV150°29°87°
CMYK 0.290.000.14   0.13
XYZ49.516163.229458.3099
Yxy63.22940.28950.3696
Hunter Lab79.5169-28.000612.1844
CIE-Lab83.5629-26.82969.2460

#9edebe color RGB value is (158,222,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 11011110 10111110
Octal 236 336 276
Decimal 158 222 190
Hex 9E DE BE

RGB Percentages of Color #9edebe

%27.72
%38.95
%33.33

CMYK Percentages of Color #9edebe

%29
%0
%14
%13

Triadic Colors of #9edebe

#9edebe #be9ede #debe9e

Analogous Colors of #9edebe

#9edebe #9edede #9ede9e

Monochromatic Colors of #9edebe

#9edebe

Complementary Color

#9edebe #de9ebe

#9edebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9edebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#9edebe Color CSS Codes

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

#9edebe Text Font Color

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

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


#9edebe Background Color

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

This div background color is #9edebe


#9edebe Border Color

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

This div border color is #9edebe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(158,222,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 #9edebe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9edebe


Comments

No comments written yet.

Please login to write comment.