Color Hex Logo

#99aad1 Color Hex

#99AAD1
(153,170,209)
0 Favorites   0 Comments

Color spaces of #99aad1

RGB 153170209
HSL0.620.380.71
HSV222°27°82°
CMYK 0.270.190.00   0.18
XYZ39.020240.125266.0100
Yxy40.12520.26880.2764
Hunter Lab63.3445-0.8968-17.4438
CIE-Lab69.55862.8226-21.7551

#99aad1 color RGB value is (153,170,209).

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

The process color (four color CMYK) of #99aad1 color hex is 0.27, 0.19, 0.00, 0.18. Web safe color of #99aad1 is #9999cc. Color #99aad1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 10101010 11010001
Octal 231 252 321
Decimal 153 170 209
Hex 99 AA D1

RGB Percentages of Color #99aad1

%28.76
%31.95
%39.29

CMYK Percentages of Color #99aad1

%27
%19
%0
%18

Triadic Colors of #99aad1

#99aad1 #d199aa #aad199

Analogous Colors of #99aad1

#99aad1 #a499d1 #99c6d1

Monochromatic Colors of #99aad1

#99aad1

Complementary Color

#99aad1 #d1c099

#99aad1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99aad1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#99aad1 Color CSS Codes

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

#99aad1 Text Font Color

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

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


#99aad1 Background Color

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

This div background color is #99aad1


#99aad1 Border Color

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

This div border color is #99aad1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99aad1


Comments

No comments written yet.

Please login to write comment.