Color Hex Logo

#99dadd Color Hex

#99DADD
(153,218,221)
0 Favorites   0 Comments

Color spaces of #99dadd

RGB 153218221
HSL0.510.500.73
HSV183°31°87°
CMYK 0.310.010.00   0.13
XYZ51.259462.135677.6983
Yxy62.13560.26820.3252
Hunter Lab78.8261-21.8700-3.2634
CIE-Lab82.9855-19.6735-8.0584

#99dadd color RGB value is (153,218,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 11011010 11011101
Octal 231 332 335
Decimal 153 218 221
Hex 99 DA DD

RGB Percentages of Color #99dadd

%25.84
%36.82
%37.33

CMYK Percentages of Color #99dadd

%31
%1
%0
%13

Triadic Colors of #99dadd

#99dadd #dd99da #dadd99

Analogous Colors of #99dadd

#99dadd #99b8dd #99ddbe

Monochromatic Colors of #99dadd

#99dadd

Complementary Color

#99dadd #dd9c99

#99dadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99dadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#99dadd Color CSS Codes

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

#99dadd Text Font Color

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

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


#99dadd Background Color

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

This div background color is #99dadd


#99dadd Border Color

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

This div border color is #99dadd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(153,218,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 #99dadd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99dadd


Comments

No comments written yet.

Please login to write comment.