Color Hex Logo

#99dcde Color Hex

#99DCDE
(153,220,222)
0 Favorites   0 Comments

Color spaces of #99dcde

RGB 153220222
HSL0.500.510.74
HSV182°31°87°
CMYK 0.310.010.00   0.13
XYZ51.914963.232678.5762
Yxy63.23260.26800.3264
Hunter Lab79.5189-22.6222-2.9238
CIE-Lab83.5646-20.4422-7.7305

#99dcde color RGB value is (153,220,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 11011100 11011110
Octal 231 334 336
Decimal 153 220 222
Hex 99 DC DE

RGB Percentages of Color #99dcde

%25.71
%36.97
%37.31

CMYK Percentages of Color #99dcde

%31
%1
%0
%13

Triadic Colors of #99dcde

#99dcde #de99dc #dcde99

Analogous Colors of #99dcde

#99dcde #99bade #99debe

Monochromatic Colors of #99dcde

#99dcde

Complementary Color

#99dcde #de9b99

#99dcde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99dcde Color Preview on White Background

Lorem ipsum dolor sit amet.

#99dcde Color CSS Codes

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

#99dcde Text Font Color

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

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


#99dcde Background Color

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

This div background color is #99dcde


#99dcde Border Color

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

This div border color is #99dcde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99dcde


Comments

No comments written yet.

Please login to write comment.