Color Hex Logo

#9debad Color Hex

#9DEBAD
(157,235,173)
0 Favorites   0 Comments

Color spaces of #9debad

RGB 157235173
HSL0.370.660.77
HSV132°33°92°
CMYK 0.330.000.26   0.08
XYZ51.155869.601950.2735
Yxy69.60190.29910.4070
Hunter Lab83.4278-36.546922.6713
CIE-Lab86.8012-36.395122.6624

#9debad color RGB value is (157,235,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011101 11101011 10101101
Octal 235 353 255
Decimal 157 235 173
Hex 9D EB AD

RGB Percentages of Color #9debad

%27.79
%41.59
%30.62

CMYK Percentages of Color #9debad

%33
%0
%26
%8

Triadic Colors of #9debad

#9debad #ad9deb #ebad9d

Analogous Colors of #9debad

#9debad #9debd4 #b4eb9d

Monochromatic Colors of #9debad

#9debad

Complementary Color

#9debad #eb9ddb

#9debad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9debad Color Preview on White Background

Lorem ipsum dolor sit amet.

#9debad Color CSS Codes

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

#9debad Text Font Color

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

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


#9debad Background Color

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

This div background color is #9debad


#9debad Border Color

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

This div border color is #9debad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9debad


Comments

No comments written yet.

Please login to write comment.