Color Hex Logo

#999ade Color Hex

#999ADE
(153,154,222)
0 Favorites   0 Comments

Color spaces of #999ade

RGB 153154222
HSL0.660.510.74
HSV239°31°87°
CMYK 0.310.310.00   0.13
XYZ37.877335.157473.8970
Yxy35.15740.25780.2393
Hunter Lab59.293710.2634-32.3868
CIE-Lab65.871015.0532-34.6026

#999ade color RGB value is (153,154,222).

#999ade hex color red value is 153, green value is 154 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #999ade hue: 0.66 , saturation: 0.51 and the lightness value of 999ade is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 10011010 11011110
Octal 231 232 336
Decimal 153 154 222
Hex 99 9A DE

RGB Percentages of Color #999ade

%28.92
%29.11
%41.97

CMYK Percentages of Color #999ade

%31
%31
%0
%13

Triadic Colors of #999ade

#999ade #de999a #9ade99

Analogous Colors of #999ade

#999ade #bb99de #99bdde

Monochromatic Colors of #999ade

#999ade

Complementary Color

#999ade #dedd99

#999ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#999ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#999ade Color CSS Codes

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

#999ade Text Font Color

<p style="color:#999ade">Text here</p>

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


#999ade Background Color

<div style="background-color:#999ade">
Div content here</div>

This div background color is #999ade


#999ade Border Color

<div style="border:3px solid #999ade">
Div here</div>

This div border color is #999ade


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,154,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #999ade; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #999ade;
  -webkit-box-shadow: 1px 1px 3px 2px #999ade;
  box-shadow:         1px 1px 3px 2px #999ade; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #999ade


Comments

No comments written yet.

Please login to write comment.