Color Hex Logo

#99dded Color Hex

#99DDED
(153,221,237)
0 Favorites   0 Comments

Color spaces of #99dded

RGB 153221237
HSL0.530.700.76
HSV191°35°93°
CMYK 0.350.070.00   0.07
XYZ54.279464.599689.7289
Yxy64.59960.26020.3097
Hunter Lab80.3739-20.1067-9.9293
CIE-Lab84.2770-17.3996-14.6171

#99dded color RGB value is (153,221,237).

#99dded hex color red value is 153, green value is 221 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #99dded hue: 0.53 , saturation: 0.70 and the lightness value of 99dded is 0.76.

The process color (four color CMYK) of #99dded color hex is 0.35, 0.07, 0.00, 0.07. Web safe color of #99dded is #99ccff. Color #99dded contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 11011101 11101101
Octal 231 335 355
Decimal 153 221 237
Hex 99 DD ED

RGB Percentages of Color #99dded

%25.04
%36.17
%38.79

CMYK Percentages of Color #99dded

%35
%7
%0
%7

Triadic Colors of #99dded

#99dded #ed99dd #dded99

Analogous Colors of #99dded

#99dded #99b3ed #99edd3

Monochromatic Colors of #99dded

#99dded

Complementary Color

#99dded #eda999

#99dded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99dded Color Preview on White Background

Lorem ipsum dolor sit amet.

#99dded Color CSS Codes

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

#99dded Text Font Color

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

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


#99dded Background Color

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

This div background color is #99dded


#99dded Border Color

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

This div border color is #99dded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99dded


Comments

No comments written yet.

Please login to write comment.