Color Hex Logo

#8d9deb Color Hex

#8D9DEB
(141,157,235)
0 Favorites   0 Comments

Color spaces of #8d9deb

RGB 141157235
HSL0.640.700.74
HSV230°40°92°
CMYK 0.400.330.00   0.08
XYZ38.036935.774883.4977
Yxy35.77480.24180.2274
Hunter Lab59.81208.8443-40.9005
CIE-Lab66.347513.5155-41.0849

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

#8d9deb hex color red value is 141, green value is 157 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #8d9deb hue: 0.64 , saturation: 0.70 and the lightness value of 8d9deb is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10001101 10011101 11101011
Octal 215 235 353
Decimal 141 157 235
Hex 8D 9D EB

RGB Percentages of Color #8d9deb

%26.45
%29.46
%44.09

CMYK Percentages of Color #8d9deb

%40
%33
%0
%8

Triadic Colors of #8d9deb

#8d9deb #eb8d9d #9deb8d

Analogous Colors of #8d9deb

#8d9deb #ac8deb #8dcceb

Monochromatic Colors of #8d9deb

#8d9deb

Complementary Color

#8d9deb #ebdb8d

#8d9deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8d9deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8d9deb Color CSS Codes

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

#8d9deb Text Font Color

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

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


#8d9deb Background Color

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

This div background color is #8d9deb


#8d9deb Border Color

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

This div border color is #8d9deb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(141,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 #8d9deb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8d9deb


Comments

No comments written yet.

Please login to write comment.