Color Hex Logo

#9eaeba Color Hex

#9EAEBA
(158,174,186)
0 Favorites   0 Comments

Color spaces of #9eaeba

RGB 158174186
HSL0.570.170.67
HSV206°15°73°
CMYK 0.150.060.00   0.27
XYZ38.099541.086452.3768
Yxy41.08640.28960.3123
Hunter Lab64.0987-6.0744-3.5784
CIE-Lab70.2364-3.0451-8.0240

#9eaeba color RGB value is (158,174,186).

#9eaeba hex color red value is 158, green value is 174 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #9eaeba hue: 0.57 , saturation: 0.17 and the lightness value of 9eaeba is 0.67.

The process color (four color CMYK) of #9eaeba color hex is 0.15, 0.06, 0.00, 0.27. Web safe color of #9eaeba is #9999cc. Color #9eaeba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 10101110 10111010
Octal 236 256 272
Decimal 158 174 186
Hex 9E AE BA

RGB Percentages of Color #9eaeba

%30.50
%33.59
%35.91

CMYK Percentages of Color #9eaeba

%15
%6
%0
%27

Triadic Colors of #9eaeba

#9eaeba #ba9eae #aeba9e

Analogous Colors of #9eaeba

#9eaeba #9ea0ba #9ebab8

Monochromatic Colors of #9eaeba

#9eaeba

Complementary Color

#9eaeba #baaa9e

#9eaeba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9eaeba Color Preview on White Background

Lorem ipsum dolor sit amet.

#9eaeba Color CSS Codes

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

#9eaeba Text Font Color

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

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


#9eaeba Background Color

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

This div background color is #9eaeba


#9eaeba Border Color

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

This div border color is #9eaeba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9eaeba


Comments

No comments written yet.

Please login to write comment.