Color Hex Logo

#99a1dd Color Hex

#99A1DD
(153,161,221)
0 Favorites   0 Comments

Color spaces of #99a1dd

RGB 153161221
HSL0.650.500.73
HSV233°31°87°
CMYK 0.310.270.00   0.13
XYZ38.932937.482573.5895
Yxy37.48250.25950.2499
Hunter Lab61.22306.3716-28.4100
CIE-Lab67.637510.8261-31.3129

#99a1dd color RGB value is (153,161,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 10100001 11011101
Octal 231 241 335
Decimal 153 161 221
Hex 99 A1 DD

RGB Percentages of Color #99a1dd

%28.60
%30.09
%41.31

CMYK Percentages of Color #99a1dd

%31
%27
%0
%13

Triadic Colors of #99a1dd

#99a1dd #dd99a1 #a1dd99

Analogous Colors of #99a1dd

#99a1dd #b399dd #99c3dd

Monochromatic Colors of #99a1dd

#99a1dd

Complementary Color

#99a1dd #ddd599

#99a1dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99a1dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#99a1dd Color CSS Codes

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

#99a1dd Text Font Color

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

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


#99a1dd Background Color

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

This div background color is #99a1dd


#99a1dd Border Color

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

This div border color is #99a1dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(153,161,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 #99a1dd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99a1dd


Comments

No comments written yet.

Please login to write comment.