Color Hex Logo

#999dce Color Hex

#999DCE
(153,157,206)
0 Favorites   0 Comments

Color spaces of #999dce

RGB 153157206
HSL0.650.350.70
HSV235°26°81°
CMYK 0.260.240.00   0.19
XYZ36.334435.342563.2993
Yxy35.34250.26920.2618
Hunter Lab59.44965.0590-21.5147
CIE-Lab66.01459.3695-25.5162

#999dce color RGB value is (153,157,206).

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

The process color (four color CMYK) of #999dce color hex is 0.26, 0.24, 0.00, 0.19. Web safe color of #999dce is #9999cc. Color #999dce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 10011101 11001110
Octal 231 235 316
Decimal 153 157 206
Hex 99 9D CE

RGB Percentages of Color #999dce

%29.65
%30.43
%39.92

CMYK Percentages of Color #999dce

%26
%24
%0
%19

Triadic Colors of #999dce

#999dce #ce999d #9dce99

Analogous Colors of #999dce

#999dce #b099ce #99b8ce

Monochromatic Colors of #999dce

#999dce

Complementary Color

#999dce #ceca99

#999dce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#999dce Color Preview on White Background

Lorem ipsum dolor sit amet.

#999dce Color CSS Codes

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

#999dce Text Font Color

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

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


#999dce Background Color

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

This div background color is #999dce


#999dce Border Color

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

This div border color is #999dce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #999dce


Comments

No comments written yet.

Please login to write comment.