Color Hex Logo

#99dbde Color Hex

#99DBDE
(153,219,222)
0 Favorites   0 Comments

Color spaces of #99dbde

RGB 153219222
HSL0.510.510.74
HSV183°31°87°
CMYK 0.310.010.00   0.13
XYZ51.653262.709378.4889
Yxy62.70930.26780.3252
Hunter Lab79.1892-22.1499-3.3332
CIE-Lab83.2892-19.9430-8.1389

#99dbde color RGB value is (153,219,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 11011011 11011110
Octal 231 333 336
Decimal 153 219 222
Hex 99 DB DE

RGB Percentages of Color #99dbde

%25.76
%36.87
%37.37

CMYK Percentages of Color #99dbde

%31
%1
%0
%13

Triadic Colors of #99dbde

#99dbde #de99db #dbde99

Analogous Colors of #99dbde

#99dbde #99b9de #99debf

Monochromatic Colors of #99dbde

#99dbde

Complementary Color

#99dbde #de9c99

#99dbde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99dbde Color Preview on White Background

Lorem ipsum dolor sit amet.

#99dbde Color CSS Codes

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

#99dbde Text Font Color

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

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


#99dbde Background Color

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

This div background color is #99dbde


#99dbde Border Color

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

This div border color is #99dbde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99dbde


Comments

No comments written yet.

Please login to write comment.