Color Hex Logo

#99dcdd Color Hex

#99DCDD
(153,220,221)
0 Favorites   0 Comments

Color spaces of #99dcdd

RGB 153220221
HSL0.500.500.73
HSV181°31°87°
CMYK 0.310.000.00   0.13
XYZ51.781263.179277.8723
Yxy63.17920.26850.3276
Hunter Lab79.4853-22.8145-2.4471
CIE-Lab83.5366-20.6725-7.2415

#99dcdd color RGB value is (153,220,221).

#99dcdd hex color red value is 153, green value is 220 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #99dcdd hue: 0.50 , saturation: 0.50 and the lightness value of 99dcdd is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 11011100 11011101
Octal 231 334 335
Decimal 153 220 221
Hex 99 DC DD

RGB Percentages of Color #99dcdd

%25.76
%37.04
%37.21

CMYK Percentages of Color #99dcdd

%31
%0
%0
%13

Triadic Colors of #99dcdd

#99dcdd #dd99dc #dcdd99

Analogous Colors of #99dcdd

#99dcdd #99badd #99ddbc

Monochromatic Colors of #99dcdd

#99dcdd

Complementary Color

#99dcdd #dd9a99

#99dcdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99dcdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#99dcdd Color CSS Codes

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

#99dcdd Text Font Color

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

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


#99dcdd Background Color

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

This div background color is #99dcdd


#99dcdd Border Color

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

This div border color is #99dcdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99dcdd


Comments

No comments written yet.

Please login to write comment.