Color Hex Logo

#99aadf Color Hex

#99AADF
(153,170,223)
0 Favorites   0 Comments

Color spaces of #99aadf

RGB 153170223
HSL0.630.520.74
HSV225°31°87°
CMYK 0.310.240.00   0.13
XYZ40.830940.849575.5448
Yxy40.84950.25970.2598
Hunter Lab63.91362.1850-25.3402
CIE-Lab70.07046.2782-28.6592

#99aadf color RGB value is (153,170,223).

#99aadf hex color red value is 153, green value is 170 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #99aadf hue: 0.63 , saturation: 0.52 and the lightness value of 99aadf is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 10101010 11011111
Octal 231 252 337
Decimal 153 170 223
Hex 99 AA DF

RGB Percentages of Color #99aadf

%28.02
%31.14
%40.84

CMYK Percentages of Color #99aadf

%31
%24
%0
%13

Triadic Colors of #99aadf

#99aadf #df99aa #aadf99

Analogous Colors of #99aadf

#99aadf #ab99df #99cddf

Monochromatic Colors of #99aadf

#99aadf

Complementary Color

#99aadf #dfce99

#99aadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99aadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#99aadf Color CSS Codes

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

#99aadf Text Font Color

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

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


#99aadf Background Color

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

This div background color is #99aadf


#99aadf Border Color

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

This div border color is #99aadf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99aadf


Comments

No comments written yet.

Please login to write comment.