Color Hex Logo

#9eadba Color Hex

#9EADBA
(158,173,186)
0 Favorites   0 Comments

Color spaces of #9eadba

RGB 158173186
HSL0.580.170.67
HSV208°15°73°
CMYK 0.150.070.00   0.27
XYZ37.907040.701452.3126
Yxy40.70140.28950.3109
Hunter Lab63.7976-5.5856-3.9581
CIE-Lab69.9662-2.5023-8.4258

#9eadba color RGB value is (158,173,186).

#9eadba hex color red value is 158, green value is 173 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #9eadba hue: 0.58 , saturation: 0.17 and the lightness value of 9eadba is 0.67.

The process color (four color CMYK) of #9eadba color hex is 0.15, 0.07, 0.00, 0.27. Web safe color of #9eadba is #9999cc. Color #9eadba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 10101101 10111010
Octal 236 255 272
Decimal 158 173 186
Hex 9E AD BA

RGB Percentages of Color #9eadba

%30.56
%33.46
%35.98

CMYK Percentages of Color #9eadba

%15
%7
%0
%27

Triadic Colors of #9eadba

#9eadba #ba9ead #adba9e

Analogous Colors of #9eadba

#9eadba #9e9fba #9ebab9

Monochromatic Colors of #9eadba

#9eadba

Complementary Color

#9eadba #baab9e

#9eadba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9eadba Color Preview on White Background

Lorem ipsum dolor sit amet.

#9eadba Color CSS Codes

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

#9eadba Text Font Color

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

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


#9eadba Background Color

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

This div background color is #9eadba


#9eadba Border Color

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

This div border color is #9eadba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9eadba


Comments

No comments written yet.

Please login to write comment.