Color Hex Logo

#9eaebc Color Hex

#9EAEBC
(158,174,188)
0 Favorites   0 Comments

Color spaces of #9eaebc

RGB 158174188
HSL0.580.180.68
HSV208°16°74°
CMYK 0.160.070.00   0.26
XYZ38.313741.172053.5046
Yxy41.17200.28810.3096
Hunter Lab64.1654-5.7056-4.5234
CIE-Lab70.2963-2.6134-9.0376

#9eaebc color RGB value is (158,174,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 10101110 10111100
Octal 236 256 274
Decimal 158 174 188
Hex 9E AE BC

RGB Percentages of Color #9eaebc

%30.38
%33.46
%36.15

CMYK Percentages of Color #9eaebc

%16
%7
%0
%26

Triadic Colors of #9eaebc

#9eaebc #bc9eae #aebc9e

Analogous Colors of #9eaebc

#9eaebc #9e9fbc #9ebcbb

Monochromatic Colors of #9eaebc

#9eaebc

Complementary Color

#9eaebc #bcac9e

#9eaebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9eaebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9eaebc Color CSS Codes

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

#9eaebc Text Font Color

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

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


#9eaebc Background Color

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

This div background color is #9eaebc


#9eaebc Border Color

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

This div border color is #9eaebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9eaebc


Comments

No comments written yet.

Please login to write comment.