Color Hex Logo

#99debc Color Hex

#99DEBC
(153,222,188)
0 Favorites   0 Comments

Color spaces of #99debc

RGB 153222188
HSL0.420.510.74
HSV150°31°87°
CMYK 0.310.000.15   0.13
XYZ48.335262.645757.1212
Yxy62.64570.28750.3727
Hunter Lab79.1490-29.503412.6152
CIE-Lab83.2556-28.72909.8274

#99debc color RGB value is (153,222,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 11011110 10111100
Octal 231 336 274
Decimal 153 222 188
Hex 99 DE BC

RGB Percentages of Color #99debc

%27.18
%39.43
%33.39

CMYK Percentages of Color #99debc

%31
%0
%15
%13

Triadic Colors of #99debc

#99debc #bc99de #debc99

Analogous Colors of #99debc

#99debc #99dede #99de9a

Monochromatic Colors of #99debc

#99debc

Complementary Color

#99debc #de99bb

#99debc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99debc Color Preview on White Background

Lorem ipsum dolor sit amet.

#99debc Color CSS Codes

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

#99debc Text Font Color

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

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


#99debc Background Color

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

This div background color is #99debc


#99debc Border Color

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

This div border color is #99debc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99debc


Comments

No comments written yet.

Please login to write comment.