Color Hex Logo

#99debd Color Hex

#99DEBD
(153,222,189)
0 Favorites   0 Comments

Color spaces of #99debd

RGB 153222189
HSL0.420.510.74
HSV151°31°87°
CMYK 0.310.000.15   0.13
XYZ48.443562.689057.6911
Yxy62.68900.28690.3713
Hunter Lab79.1764-29.344712.2224
CIE-Lab83.2785-28.52979.3321

#99debd color RGB value is (153,222,189).

#99debd hex color red value is 153, green value is 222 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #99debd hue: 0.42 , saturation: 0.51 and the lightness value of 99debd is 0.74.

The process color (four color CMYK) of #99debd color hex is 0.31, 0.00, 0.15, 0.13. Web safe color of #99debd is #99cccc. Color #99debd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 11011110 10111101
Octal 231 336 275
Decimal 153 222 189
Hex 99 DE BD

RGB Percentages of Color #99debd

%27.13
%39.36
%33.51

CMYK Percentages of Color #99debd

%31
%0
%15
%13

Triadic Colors of #99debd

#99debd #bd99de #debd99

Analogous Colors of #99debd

#99debd #99ddde #99de9b

Monochromatic Colors of #99debd

#99debd

Complementary Color

#99debd #de99ba

#99debd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99debd Color Preview on White Background

Lorem ipsum dolor sit amet.

#99debd Color CSS Codes

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

#99debd Text Font Color

<p style="color:#99debd">Text here</p>

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


#99debd Background Color

<div style="background-color:#99debd">
Div content here</div>

This div background color is #99debd


#99debd Border Color

<div style="border:3px solid #99debd">
Div here</div>

This div border color is #99debd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,222,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #99debd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #99debd;
  -webkit-box-shadow: 1px 1px 3px 2px #99debd;
  box-shadow:         1px 1px 3px 2px #99debd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(153,222,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99debd


Comments

No comments written yet.

Please login to write comment.