Color Hex Logo

#9ebdae Color Hex

#9EBDAE
(158,189,174)
0 Favorites   0 Comments

Color spaces of #9ebdae

RGB 158189174
HSL0.420.190.68
HSV151°16°74°
CMYK 0.160.000.08   0.26
XYZ39.938146.720346.9574
Yxy46.72030.29890.3497
Hunter Lab68.3522-15.31927.1149
CIE-Lab74.0105-13.47534.0858

#9ebdae color RGB value is (158,189,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 10111101 10101110
Octal 236 275 256
Decimal 158 189 174
Hex 9E BD AE

RGB Percentages of Color #9ebdae

%30.33
%36.28
%33.40

CMYK Percentages of Color #9ebdae

%16
%0
%8
%26

Triadic Colors of #9ebdae

#9ebdae #ae9ebd #bdae9e

Analogous Colors of #9ebdae

#9ebdae #9ebdbd #9ebd9f

Monochromatic Colors of #9ebdae

#9ebdae

Complementary Color

#9ebdae #bd9ead

#9ebdae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ebdae Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ebdae Color CSS Codes

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

#9ebdae Text Font Color

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

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


#9ebdae Background Color

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

This div background color is #9ebdae


#9ebdae Border Color

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

This div border color is #9ebdae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ebdae


Comments

No comments written yet.

Please login to write comment.