Color Hex Logo

#999fcd Color Hex

#999FCD
(153,159,205)
0 Favorites   0 Comments

Color spaces of #999fcd

RGB 153159205
HSL0.650.340.70
HSV233°25°80°
CMYK 0.250.220.00   0.20
XYZ36.554535.976462.7751
Yxy35.97640.27020.2659
Hunter Lab59.98033.8197-20.0664
CIE-Lab66.50197.9998-24.2138

#999fcd color RGB value is (153,159,205).

#999fcd hex color red value is 153, green value is 159 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #999fcd hue: 0.65 , saturation: 0.34 and the lightness value of 999fcd is 0.70.

The process color (four color CMYK) of #999fcd color hex is 0.25, 0.22, 0.00, 0.20. Web safe color of #999fcd is #9999cc. Color #999fcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 10011111 11001101
Octal 231 237 315
Decimal 153 159 205
Hex 99 9F CD

RGB Percentages of Color #999fcd

%29.59
%30.75
%39.65

CMYK Percentages of Color #999fcd

%25
%22
%0
%20

Triadic Colors of #999fcd

#999fcd #cd999f #9fcd99

Analogous Colors of #999fcd

#999fcd #ad99cd #99b9cd

Monochromatic Colors of #999fcd

#999fcd

Complementary Color

#999fcd #cdc799

#999fcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#999fcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#999fcd Color CSS Codes

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

#999fcd Text Font Color

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

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


#999fcd Background Color

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

This div background color is #999fcd


#999fcd Border Color

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

This div border color is #999fcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #999fcd


Comments

No comments written yet.

Please login to write comment.