Color Hex Logo

#99addd Color Hex

#99ADDD
(153,173,221)
0 Favorites   0 Comments

Color spaces of #99addd

RGB 153173221
HSL0.620.500.73
HSV222°31°87°
CMYK 0.310.220.00   0.13
XYZ41.131641.879974.3224
Yxy41.87990.26140.2662
Hunter Lab64.71470.2010-22.7921
CIE-Lab70.78804.1086-26.4616

#99addd color RGB value is (153,173,221).

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

The process color (four color CMYK) of #99addd color hex is 0.31, 0.22, 0.00, 0.13. Web safe color of #99addd is #9999cc. Color #99addd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 10101101 11011101
Octal 231 255 335
Decimal 153 173 221
Hex 99 AD DD

RGB Percentages of Color #99addd

%27.97
%31.63
%40.40

CMYK Percentages of Color #99addd

%31
%22
%0
%13

Triadic Colors of #99addd

#99addd #dd99ad #addd99

Analogous Colors of #99addd

#99addd #a799dd #99cfdd

Monochromatic Colors of #99addd

#99addd

Complementary Color

#99addd #ddc999

#99addd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99addd Color Preview on White Background

Lorem ipsum dolor sit amet.

#99addd Color CSS Codes

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

#99addd Text Font Color

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

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


#99addd Background Color

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

This div background color is #99addd


#99addd Border Color

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

This div border color is #99addd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99addd


Comments

No comments written yet.

Please login to write comment.