Color Hex Logo

#9ebdba Color Hex

#9EBDBA
(158,189,186)
0 Favorites   0 Comments

Color spaces of #9ebdba

RGB 158189186
HSL0.480.190.68
HSV174°16°74°
CMYK 0.160.000.02   0.26
XYZ41.161147.209553.3973
Yxy47.20950.29030.3330
Hunter Lab68.7092-13.30842.0192
CIE-Lab74.3236-11.0404-1.9884

#9ebdba color RGB value is (158,189,186).

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

The process color (four color CMYK) of #9ebdba color hex is 0.16, 0.00, 0.02, 0.26. Web safe color of #9ebdba is #99cccc. Color #9ebdba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 10111101 10111010
Octal 236 275 272
Decimal 158 189 186
Hex 9E BD BA

RGB Percentages of Color #9ebdba

%29.64
%35.46
%34.90

CMYK Percentages of Color #9ebdba

%16
%0
%2
%26

Triadic Colors of #9ebdba

#9ebdba #ba9ebd #bdba9e

Analogous Colors of #9ebdba

#9ebdba #9eb1bd #9ebdab

Monochromatic Colors of #9ebdba

#9ebdba

Complementary Color

#9ebdba #bd9ea1

#9ebdba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ebdba Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ebdba Color CSS Codes

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

#9ebdba Text Font Color

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

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


#9ebdba Background Color

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

This div background color is #9ebdba


#9ebdba Border Color

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

This div border color is #9ebdba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(158,189,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 #9ebdba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ebdba


Comments

No comments written yet.

Please login to write comment.