Color Hex Logo

#999ddb Color Hex

#999DDB
(153,157,219)
0 Favorites   0 Comments

Color spaces of #999ddb

RGB 153157219
HSL0.660.480.73
HSV236°30°86°
CMYK 0.300.280.00   0.14
XYZ37.980036.000771.9649
Yxy36.00070.26020.2467
Hunter Lab60.00067.9884-29.1122
CIE-Lab66.520512.5861-31.9375

#999ddb color RGB value is (153,157,219).

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

The process color (four color CMYK) of #999ddb color hex is 0.30, 0.28, 0.00, 0.14. Web safe color of #999ddb is #9999cc. Color #999ddb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 10011101 11011011
Octal 231 235 333
Decimal 153 157 219
Hex 99 9D DB

RGB Percentages of Color #999ddb

%28.92
%29.68
%41.40

CMYK Percentages of Color #999ddb

%30
%28
%0
%14

Triadic Colors of #999ddb

#999ddb #db999d #9ddb99

Analogous Colors of #999ddb

#999ddb #b699db #99bedb

Monochromatic Colors of #999ddb

#999ddb

Complementary Color

#999ddb #dbd799

#999ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#999ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#999ddb Color CSS Codes

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

#999ddb Text Font Color

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

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


#999ddb Background Color

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

This div background color is #999ddb


#999ddb Border Color

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

This div border color is #999ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #999ddb


Comments

No comments written yet.

Please login to write comment.