Color Hex Logo

#9debaa Color Hex

#9DEBAA
(157,235,170)
0 Favorites   0 Comments

Color spaces of #9debaa

RGB 157235170
HSL0.360.660.77
HSV130°33°92°
CMYK 0.330.000.28   0.08
XYZ50.868769.487048.7615
Yxy69.48700.30080.4109
Hunter Lab83.3589-36.950623.6690
CIE-Lab86.7446-36.913424.1304

#9debaa color RGB value is (157,235,170).

#9debaa hex color red value is 157, green value is 235 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #9debaa hue: 0.36 , saturation: 0.66 and the lightness value of 9debaa is 0.77.

The process color (four color CMYK) of #9debaa color hex is 0.33, 0.00, 0.28, 0.08. Web safe color of #9debaa is #99ff99. Color #9debaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 11101011 10101010
Octal 235 353 252
Decimal 157 235 170
Hex 9D EB AA

RGB Percentages of Color #9debaa

%27.94
%41.81
%30.25

CMYK Percentages of Color #9debaa

%33
%0
%28
%8

Triadic Colors of #9debaa

#9debaa #aa9deb #ebaa9d

Analogous Colors of #9debaa

#9debaa #9debd1 #b7eb9d

Monochromatic Colors of #9debaa

#9debaa

Complementary Color

#9debaa #eb9dde

#9debaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9debaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#9debaa Color CSS Codes

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

#9debaa Text Font Color

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

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


#9debaa Background Color

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

This div background color is #9debaa


#9debaa Border Color

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

This div border color is #9debaa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(157,235,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9debaa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9debaa;
  -webkit-box-shadow: 1px 1px 3px 2px #9debaa;
  box-shadow:         1px 1px 3px 2px #9debaa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(157,235,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9debaa


Comments

No comments written yet.

Please login to write comment.