Color Hex Logo

#9d9ecc Color Hex

#9D9ECC
(157,158,204)
0 Favorites   0 Comments

Color spaces of #9d9ecc

RGB 157158204
HSL0.660.320.71
HSV239°23°80°
CMYK 0.230.230.00   0.20
XYZ37.030635.981562.1201
Yxy35.98150.27400.2663
Hunter Lab59.98465.2213-19.4116
CIE-Lab66.50589.5548-23.6261

#9d9ecc color RGB value is (157,158,204).

#9d9ecc hex color red value is 157, green value is 158 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #9d9ecc hue: 0.66 , saturation: 0.32 and the lightness value of 9d9ecc is 0.71.

The process color (four color CMYK) of #9d9ecc color hex is 0.23, 0.23, 0.00, 0.20. Web safe color of #9d9ecc is #9999cc. Color #9d9ecc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 10011110 11001100
Octal 235 236 314
Decimal 157 158 204
Hex 9D 9E CC

RGB Percentages of Color #9d9ecc

%30.25
%30.44
%39.31

CMYK Percentages of Color #9d9ecc

%23
%23
%0
%20

Triadic Colors of #9d9ecc

#9d9ecc #cc9d9e #9ecc9d

Analogous Colors of #9d9ecc

#9d9ecc #b49dcc #9db6cc

Monochromatic Colors of #9d9ecc

#9d9ecc

Complementary Color

#9d9ecc #cccb9d

#9d9ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9d9ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9d9ecc Color CSS Codes

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

#9d9ecc Text Font Color

<p style="color:#9d9ecc">Text here</p>

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


#9d9ecc Background Color

<div style="background-color:#9d9ecc">
Div content here</div>

This div background color is #9d9ecc


#9d9ecc Border Color

<div style="border:3px solid #9d9ecc">
Div here</div>

This div border color is #9d9ecc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(157,158,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9d9ecc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9d9ecc;
  -webkit-box-shadow: 1px 1px 3px 2px #9d9ecc;
  box-shadow:         1px 1px 3px 2px #9d9ecc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9d9ecc


Comments

No comments written yet.

Please login to write comment.