Color Hex Logo

#999ddd Color Hex

#999DDD
(153,157,221)
0 Favorites   0 Comments

Color spaces of #999ddd

RGB 153157221
HSL0.660.500.73
HSV236°31°87°
CMYK 0.310.290.00   0.13
XYZ38.245036.106773.3602
Yxy36.10670.25890.2444
Hunter Lab60.08898.4551-30.3227
CIE-Lab66.601413.0919-32.9168

#999ddd color RGB value is (153,157,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 10011101 11011101
Octal 231 235 335
Decimal 153 157 221
Hex 99 9D DD

RGB Percentages of Color #999ddd

%28.81
%29.57
%41.62

CMYK Percentages of Color #999ddd

%31
%29
%0
%13

Triadic Colors of #999ddd

#999ddd #dd999d #9ddd99

Analogous Colors of #999ddd

#999ddd #b799dd #99bfdd

Monochromatic Colors of #999ddd

#999ddd

Complementary Color

#999ddd #ddd999

#999ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#999ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#999ddd Color CSS Codes

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

#999ddd Text Font Color

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

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


#999ddd Background Color

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

This div background color is #999ddd


#999ddd Border Color

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

This div border color is #999ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #999ddd


Comments

No comments written yet.

Please login to write comment.