Color Hex Logo

#999cdd Color Hex

#999CDD
(153,156,221)
0 Favorites   0 Comments

Color spaces of #999cdd

RGB 153156221
HSL0.660.500.73
HSV237°31°87°
CMYK 0.310.290.00   0.13
XYZ38.076535.769773.3040
Yxy35.76970.25880.2431
Hunter Lab59.80788.9781-30.8039
CIE-Lab66.343613.6602-33.3164

#999cdd color RGB value is (153,156,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 10011100 11011101
Octal 231 234 335
Decimal 153 156 221
Hex 99 9C DD

RGB Percentages of Color #999cdd

%28.87
%29.43
%41.70

CMYK Percentages of Color #999cdd

%31
%29
%0
%13

Triadic Colors of #999cdd

#999cdd #dd999c #9cdd99

Analogous Colors of #999cdd

#999cdd #b899dd #99bedd

Monochromatic Colors of #999cdd

#999cdd

Complementary Color

#999cdd #ddda99

#999cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#999cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#999cdd Color CSS Codes

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

#999cdd Text Font Color

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

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


#999cdd Background Color

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

This div background color is #999cdd


#999cdd Border Color

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

This div border color is #999cdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #999cdd


Comments

No comments written yet.

Please login to write comment.