Color Hex Logo

#999cda Color Hex

#999CDA
(153,156,218)
0 Favorites   0 Comments

Color spaces of #999cda

RGB 153156218
HSL0.660.470.73
HSV237°30°85°
CMYK 0.300.280.00   0.15
XYZ37.680235.611271.2174
Yxy35.61120.26070.2464
Hunter Lab59.67518.2774-28.9852
CIE-Lab66.221812.9020-31.8472

#999cda color RGB value is (153,156,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 10011100 11011010
Octal 231 234 332
Decimal 153 156 218
Hex 99 9C DA

RGB Percentages of Color #999cda

%29.03
%29.60
%41.37

CMYK Percentages of Color #999cda

%30
%28
%0
%15

Triadic Colors of #999cda

#999cda #da999c #9cda99

Analogous Colors of #999cda

#999cda #b799da #99bdda

Monochromatic Colors of #999cda

#999cda

Complementary Color

#999cda #dad799

#999cda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#999cda Color Preview on White Background

Lorem ipsum dolor sit amet.

#999cda Color CSS Codes

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

#999cda Text Font Color

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

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


#999cda Background Color

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

This div background color is #999cda


#999cda Border Color

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

This div border color is #999cda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #999cda


Comments

No comments written yet.

Please login to write comment.