Color Hex Logo

#99debb Color Hex

#99DEBB
(153,222,187)
0 Favorites   0 Comments

Color spaces of #99debb

RGB 153222187
HSL0.420.510.74
HSV150°31°87°
CMYK 0.310.000.16   0.13
XYZ48.227862.602756.5554
Yxy62.60270.28810.3740
Hunter Lab79.1219-29.660713.0055
CIE-Lab83.2329-28.926910.3226

#99debb color RGB value is (153,222,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 11011110 10111011
Octal 231 336 273
Decimal 153 222 187
Hex 99 DE BB

RGB Percentages of Color #99debb

%27.22
%39.50
%33.27

CMYK Percentages of Color #99debb

%31
%0
%16
%13

Triadic Colors of #99debb

#99debb #bb99de #debb99

Analogous Colors of #99debb

#99debb #99dede #9ade99

Monochromatic Colors of #99debb

#99debb

Complementary Color

#99debb #de99bc

#99debb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99debb Color Preview on White Background

Lorem ipsum dolor sit amet.

#99debb Color CSS Codes

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

#99debb Text Font Color

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

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


#99debb Background Color

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

This div background color is #99debb


#99debb Border Color

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

This div border color is #99debb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99debb


Comments

No comments written yet.

Please login to write comment.