Color Hex Logo

#99dade Color Hex

#99DADE
(153,218,222)
0 Favorites   0 Comments

Color spaces of #99dade

RGB 153218222
HSL0.510.510.74
HSV183°31°87°
CMYK 0.310.020.00   0.13
XYZ51.393162.189078.4022
Yxy62.18900.26770.3239
Hunter Lab78.8600-21.6765-3.7438
CIE-Lab83.0138-19.4421-8.5476

#99dade color RGB value is (153,218,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 11011010 11011110
Octal 231 332 336
Decimal 153 218 222
Hex 99 DA DE

RGB Percentages of Color #99dade

%25.80
%36.76
%37.44

CMYK Percentages of Color #99dade

%31
%2
%0
%13

Triadic Colors of #99dade

#99dade #de99da #dade99

Analogous Colors of #99dade

#99dade #99b8de #99dec0

Monochromatic Colors of #99dade

#99dade

Complementary Color

#99dade #de9d99

#99dade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99dade Color Preview on White Background

Lorem ipsum dolor sit amet.

#99dade Color CSS Codes

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

#99dade Text Font Color

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

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


#99dade Background Color

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

This div background color is #99dade


#99dade Border Color

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

This div border color is #99dade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99dade


Comments

No comments written yet.

Please login to write comment.