Color Hex Logo

#999bdc Color Hex

#999BDC
(153,155,220)
0 Favorites   0 Comments

Color spaces of #999bdc

RGB 153155220
HSL0.660.490.73
HSV238°30°86°
CMYK 0.300.300.00   0.14
XYZ37.776535.382372.5486
Yxy35.38230.25930.2428
Hunter Lab59.48309.2666-30.6751
CIE-Lab66.045213.9756-33.2266

#999bdc color RGB value is (153,155,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 10011011 11011100
Octal 231 233 334
Decimal 153 155 220
Hex 99 9B DC

RGB Percentages of Color #999bdc

%28.98
%29.36
%41.67

CMYK Percentages of Color #999bdc

%30
%30
%0
%14

Triadic Colors of #999bdc

#999bdc #dc999b #9bdc99

Analogous Colors of #999bdc

#999bdc #b999dc #99bddc

Monochromatic Colors of #999bdc

#999bdc

Complementary Color

#999bdc #dcda99

#999bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#999bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#999bdc Color CSS Codes

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

#999bdc Text Font Color

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

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


#999bdc Background Color

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

This div background color is #999bdc


#999bdc Border Color

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

This div border color is #999bdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #999bdc


Comments

No comments written yet.

Please login to write comment.