Color Hex Logo

#9d9deb Color Hex

#9D9DEB
(157,157,235)
0 Favorites   0 Comments

Color spaces of #9d9deb

RGB 157157235
HSL0.670.660.77
HSV240°33°92°
CMYK 0.330.330.00   0.08
XYZ40.957037.280283.6344
Yxy37.28020.25300.2303
Hunter Lab61.057512.8860-38.4731
CIE-Lab67.486717.8025-39.2206

#9d9deb color RGB value is (157,157,235).

#9d9deb hex color red value is 157, green value is 157 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #9d9deb hue: 0.67 , saturation: 0.66 and the lightness value of 9d9deb is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10011101 10011101 11101011
Octal 235 235 353
Decimal 157 157 235
Hex 9D 9D EB

RGB Percentages of Color #9d9deb

%28.60
%28.60
%42.81

CMYK Percentages of Color #9d9deb

%33
%33
%0
%8

Triadic Colors of #9d9deb

#9d9deb #eb9d9d #9deb9d

Analogous Colors of #9d9deb

#9d9deb #c49deb #9dc4eb

Monochromatic Colors of #9d9deb

#9d9deb

Complementary Color

#9d9deb #ebeb9d

#9d9deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9d9deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9d9deb Color CSS Codes

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

#9d9deb Text Font Color

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

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


#9d9deb Background Color

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

This div background color is #9d9deb


#9d9deb Border Color

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

This div border color is #9d9deb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9d9deb


Comments

No comments written yet.

Please login to write comment.