Color Hex Logo

#999dea Color Hex

#999DEA
(153,157,234)
0 Favorites   0 Comments

Color spaces of #999dea

RGB 153157234
HSL0.660.660.76
HSV237°35°92°
CMYK 0.350.330.00   0.08
XYZ40.045136.826882.8396
Yxy36.82680.25070.2306
Hunter Lab60.685111.5903-38.4556
CIE-Lab67.146916.4434-39.2245

#999dea color RGB value is (153,157,234).

#999dea hex color red value is 153, green value is 157 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #999dea hue: 0.66 , saturation: 0.66 and the lightness value of 999dea is 0.76.

The process color (four color CMYK) of #999dea color hex is 0.35, 0.33, 0.00, 0.08. Web safe color of #999dea is #9999ff. Color #999dea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 10011101 11101010
Octal 231 235 352
Decimal 153 157 234
Hex 99 9D EA

RGB Percentages of Color #999dea

%28.13
%28.86
%43.01

CMYK Percentages of Color #999dea

%35
%33
%0
%8

Triadic Colors of #999dea

#999dea #ea999d #9dea99

Analogous Colors of #999dea

#999dea #be99ea #99c6ea

Monochromatic Colors of #999dea

#999dea

Complementary Color

#999dea #eae699

#999dea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#999dea Color Preview on White Background

Lorem ipsum dolor sit amet.

#999dea Color CSS Codes

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

#999dea Text Font Color

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

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


#999dea Background Color

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

This div background color is #999dea


#999dea Border Color

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

This div border color is #999dea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #999dea


Comments

No comments written yet.

Please login to write comment.