Color Hex Logo

#999cdb Color Hex

#999CDB
(153,156,219)
0 Favorites   0 Comments

Color spaces of #999cdb

RGB 153156219
HSL0.660.480.73
HSV237°30°86°
CMYK 0.300.290.00   0.14
XYZ37.811535.663771.9087
Yxy35.66370.26010.2453
Hunter Lab59.71918.5099-29.5887
CIE-Lab66.262213.1541-32.3375

#999cdb color RGB value is (153,156,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 10011100 11011011
Octal 231 234 333
Decimal 153 156 219
Hex 99 9C DB

RGB Percentages of Color #999cdb

%28.98
%29.55
%41.48

CMYK Percentages of Color #999cdb

%30
%29
%0
%14

Triadic Colors of #999cdb

#999cdb #db999c #9cdb99

Analogous Colors of #999cdb

#999cdb #b799db #99bddb

Monochromatic Colors of #999cdb

#999cdb

Complementary Color

#999cdb #dbd899

#999cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#999cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#999cdb Color CSS Codes

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

#999cdb Text Font Color

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

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


#999cdb Background Color

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

This div background color is #999cdb


#999cdb Border Color

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

This div border color is #999cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #999cdb


Comments

No comments written yet.

Please login to write comment.