Color Hex Logo

#9ea3bc Color Hex

#9EA3BC
(158,163,188)
0 Favorites   0 Comments

Color spaces of #9ea3bc

RGB 158163188
HSL0.640.180.68
HSV230°16°74°
CMYK 0.160.130.00   0.26
XYZ36.274837.094352.8250
Yxy37.09430.28750.2939
Hunter Lab60.9051-0.2701-8.7906
CIE-Lab67.34773.4242-13.4502

#9ea3bc color RGB value is (158,163,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 10100011 10111100
Octal 236 243 274
Decimal 158 163 188
Hex 9E A3 BC

RGB Percentages of Color #9ea3bc

%31.04
%32.02
%36.94

CMYK Percentages of Color #9ea3bc

%16
%13
%0
%26

Triadic Colors of #9ea3bc

#9ea3bc #bc9ea3 #a3bc9e

Analogous Colors of #9ea3bc

#9ea3bc #a89ebc #9eb2bc

Monochromatic Colors of #9ea3bc

#9ea3bc

Complementary Color

#9ea3bc #bcb79e

#9ea3bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ea3bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ea3bc Color CSS Codes

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

#9ea3bc Text Font Color

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

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


#9ea3bc Background Color

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

This div background color is #9ea3bc


#9ea3bc Border Color

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

This div border color is #9ea3bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ea3bc


Comments

No comments written yet.

Please login to write comment.