Color Hex Logo

#9d9ccf Color Hex

#9D9CCF
(157,156,207)
0 Favorites   0 Comments

Color spaces of #9d9ccf

RGB 157156207
HSL0.670.350.71
HSV241°25°81°
CMYK 0.240.250.00   0.19
XYZ37.055635.450063.9210
Yxy35.45000.27160.2598
Hunter Lab59.53996.8975-21.9748
CIE-Lab66.097511.3967-25.9177

#9d9ccf color RGB value is (157,156,207).

#9d9ccf hex color red value is 157, green value is 156 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #9d9ccf hue: 0.67 , saturation: 0.35 and the lightness value of 9d9ccf is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10011101 10011100 11001111
Octal 235 234 317
Decimal 157 156 207
Hex 9D 9C CF

RGB Percentages of Color #9d9ccf

%30.19
%30.00
%39.81

CMYK Percentages of Color #9d9ccf

%24
%25
%0
%19

Triadic Colors of #9d9ccf

#9d9ccf #cf9d9c #9ccf9d

Analogous Colors of #9d9ccf

#9d9ccf #b79ccf #9cb5cf

Monochromatic Colors of #9d9ccf

#9d9ccf

Complementary Color

#9d9ccf #cecf9c

#9d9ccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9d9ccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#9d9ccf Color CSS Codes

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

#9d9ccf Text Font Color

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

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


#9d9ccf Background Color

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

This div background color is #9d9ccf


#9d9ccf Border Color

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

This div border color is #9d9ccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9d9ccf


Comments

No comments written yet.

Please login to write comment.