Color Hex Logo

#99ddde Color Hex

#99DDDE
(153,221,222)
0 Favorites   0 Comments

Color spaces of #99ddde

RGB 153221222
HSL0.500.510.74
HSV181°31°87°
CMYK 0.310.000.00   0.13
XYZ52.178163.759178.6639
Yxy63.75910.26810.3276
Hunter Lab79.8493-23.0942-2.5153
CIE-Lab83.8402-20.9405-7.3221

#99ddde color RGB value is (153,221,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 11011101 11011110
Octal 231 335 336
Decimal 153 221 222
Hex 99 DD DE

RGB Percentages of Color #99ddde

%25.67
%37.08
%37.25

CMYK Percentages of Color #99ddde

%31
%0
%0
%13

Triadic Colors of #99ddde

#99ddde #de99dd #ddde99

Analogous Colors of #99ddde

#99ddde #99bbde #99debd

Monochromatic Colors of #99ddde

#99ddde

Complementary Color

#99ddde #de9a99

#99ddde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99ddde Color Preview on White Background

Lorem ipsum dolor sit amet.

#99ddde Color CSS Codes

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

#99ddde Text Font Color

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

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


#99ddde Background Color

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

This div background color is #99ddde


#99ddde Border Color

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

This div border color is #99ddde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99ddde

#99ddde Color Palettes


Comments

No comments written yet.

Please login to write comment.