Color Hex Logo

#9d9ebc Color Hex

#9D9EBC
(157,158,188)
0 Favorites   0 Comments

Color spaces of #9d9ebc

RGB 157158188
HSL0.660.190.68
HSV238°16°74°
CMYK 0.160.160.00   0.26
XYZ35.208635.252752.5257
Yxy35.25270.28630.2866
Hunter Lab59.37401.9455-10.8896
CIE-Lab65.94495.8819-15.5714

#9d9ebc color RGB value is (157,158,188).

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

The process color (four color CMYK) of #9d9ebc color hex is 0.16, 0.16, 0.00, 0.26. Web safe color of #9d9ebc is #9999cc. Color #9d9ebc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 10011110 10111100
Octal 235 236 274
Decimal 157 158 188
Hex 9D 9E BC

RGB Percentages of Color #9d9ebc

%31.21
%31.41
%37.38

CMYK Percentages of Color #9d9ebc

%16
%16
%0
%26

Triadic Colors of #9d9ebc

#9d9ebc #bc9d9e #9ebc9d

Analogous Colors of #9d9ebc

#9d9ebc #ac9dbc #9daebc

Monochromatic Colors of #9d9ebc

#9d9ebc

Complementary Color

#9d9ebc #bcbb9d

#9d9ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9d9ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9d9ebc Color CSS Codes

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

#9d9ebc Text Font Color

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

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


#9d9ebc Background Color

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

This div background color is #9d9ebc


#9d9ebc Border Color

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

This div border color is #9d9ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9d9ebc


Comments

No comments written yet.

Please login to write comment.