Color Hex Logo

#999bdb Color Hex

#999BDB
(153,155,219)
0 Favorites   0 Comments

Color spaces of #999bdb

RGB 153155219
HSL0.660.480.73
HSV238°30°86°
CMYK 0.300.290.00   0.14
XYZ37.644435.329571.8530
Yxy35.32950.25990.2439
Hunter Lab59.43869.0322-30.0663
CIE-Lab66.004413.7226-32.7370

#999bdb color RGB value is (153,155,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 10011011 11011011
Octal 231 233 333
Decimal 153 155 219
Hex 99 9B DB

RGB Percentages of Color #999bdb

%29.03
%29.41
%41.56

CMYK Percentages of Color #999bdb

%30
%29
%0
%14

Triadic Colors of #999bdb

#999bdb #db999b #9bdb99

Analogous Colors of #999bdb

#999bdb #b899db #99bcdb

Monochromatic Colors of #999bdb

#999bdb

Complementary Color

#999bdb #dbd999

#999bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#999bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#999bdb Color CSS Codes

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

#999bdb Text Font Color

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

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


#999bdb Background Color

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

This div background color is #999bdb


#999bdb Border Color

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

This div border color is #999bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #999bdb


Comments

No comments written yet.

Please login to write comment.