Color Hex Logo

#9eadbd Color Hex

#9EADBD
(158,173,189)
0 Favorites   0 Comments

Color spaces of #9eadbd

RGB 158173189
HSL0.590.190.68
HSV211°16°74°
CMYK 0.160.080.00   0.26
XYZ38.229440.830454.0103
Yxy40.83040.28730.3068
Hunter Lab63.8987-5.0294-5.3858
CIE-Lab70.0569-1.8529-9.9459

#9eadbd color RGB value is (158,173,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 10101101 10111101
Octal 236 255 275
Decimal 158 173 189
Hex 9E AD BD

RGB Percentages of Color #9eadbd

%30.38
%33.27
%36.35

CMYK Percentages of Color #9eadbd

%16
%8
%0
%26

Triadic Colors of #9eadbd

#9eadbd #bd9ead #adbd9e

Analogous Colors of #9eadbd

#9eadbd #9f9ebd #9ebdbd

Monochromatic Colors of #9eadbd

#9eadbd

Complementary Color

#9eadbd #bdae9e

#9eadbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9eadbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9eadbd Color CSS Codes

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

#9eadbd Text Font Color

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

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


#9eadbd Background Color

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

This div background color is #9eadbd


#9eadbd Border Color

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

This div border color is #9eadbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9eadbd


Comments

No comments written yet.

Please login to write comment.