Color Hex Logo

#99aadc Color Hex

#99AADC
(153,170,220)
0 Favorites   0 Comments

Color spaces of #99aadc

RGB 153170220
HSL0.620.490.73
HSV225°30°86°
CMYK 0.300.230.00   0.14
XYZ40.429940.689173.4330
Yxy40.68910.26160.2633
Hunter Lab63.78801.5073-23.6033
CIE-Lab69.95755.5253-27.1882

#99aadc color RGB value is (153,170,220).

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

The process color (four color CMYK) of #99aadc color hex is 0.30, 0.23, 0.00, 0.14. Web safe color of #99aadc is #9999cc. Color #99aadc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 10101010 11011100
Octal 231 252 334
Decimal 153 170 220
Hex 99 AA DC

RGB Percentages of Color #99aadc

%28.18
%31.31
%40.52

CMYK Percentages of Color #99aadc

%30
%23
%0
%14

Triadic Colors of #99aadc

#99aadc #dc99aa #aadc99

Analogous Colors of #99aadc

#99aadc #aa99dc #99ccdc

Monochromatic Colors of #99aadc

#99aadc

Complementary Color

#99aadc #dccb99

#99aadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99aadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#99aadc Color CSS Codes

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

#99aadc Text Font Color

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

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


#99aadc Background Color

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

This div background color is #99aadc


#99aadc Border Color

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

This div border color is #99aadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99aadc


Comments

No comments written yet.

Please login to write comment.