Color Hex Logo

#9eaebd Color Hex

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

Color spaces of #9eaebd

RGB 158174189
HSL0.580.190.68
HSV209°16°74°
CMYK 0.160.080.00   0.26
XYZ38.421941.215354.0744
Yxy41.21530.28730.3082
Hunter Lab64.1991-5.5198-5.0001
CIE-Lab70.3265-2.3964-9.5437

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

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

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

Base Numbers

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

RGB Percentages of Color #9eaebd

%30.33
%33.40
%36.28

CMYK Percentages of Color #9eaebd

%16
%8
%0
%26

Triadic Colors of #9eaebd

#9eaebd #bd9eae #aebd9e

Analogous Colors of #9eaebd

#9eaebd #9e9fbd #9ebdbd

Monochromatic Colors of #9eaebd

#9eaebd

Complementary Color

#9eaebd #bdad9e

#9eaebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9eaebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9eaebd Color CSS Codes

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

#9eaebd Text Font Color

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

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


#9eaebd Background Color

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

This div background color is #9eaebd


#9eaebd Border Color

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

This div border color is #9eaebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9eaebd


Comments

No comments written yet.

Please login to write comment.