Color Hex Logo

#9debae Color Hex

#9DEBAE
(157,235,174)
0 Favorites   0 Comments

Color spaces of #9debae

RGB 157235174
HSL0.370.660.77
HSV133°33°92°
CMYK 0.330.000.26   0.08
XYZ51.252969.640850.7851
Yxy69.64080.29850.4056
Hunter Lab83.4511-36.410522.3341
CIE-Lab86.8204-36.220422.1729

#9debae color RGB value is (157,235,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011101 11101011 10101110
Octal 235 353 256
Decimal 157 235 174
Hex 9D EB AE

RGB Percentages of Color #9debae

%27.74
%41.52
%30.74

CMYK Percentages of Color #9debae

%33
%0
%26
%8

Triadic Colors of #9debae

#9debae #ae9deb #ebae9d

Analogous Colors of #9debae

#9debae #9debd5 #b3eb9d

Monochromatic Colors of #9debae

#9debae

Complementary Color

#9debae #eb9dda

#9debae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9debae Color Preview on White Background

Lorem ipsum dolor sit amet.

#9debae Color CSS Codes

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

#9debae Text Font Color

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

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


#9debae Background Color

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

This div background color is #9debae


#9debae Border Color

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

This div border color is #9debae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9debae


Comments

No comments written yet.

Please login to write comment.