Color Hex Logo

#9ebabf Color Hex

#9EBABF
(158,186,191)
0 Favorites   0 Comments

Color spaces of #9ebabf

RGB 158186191
HSL0.530.200.68
HSV189°17°75°
CMYK 0.170.030.00   0.25
XYZ41.063446.148556.0335
Yxy46.14850.28670.3222
Hunter Lab67.9327-10.9840-1.3518
CIE-Lab73.6418-8.4012-5.7178

#9ebabf color RGB value is (158,186,191).

#9ebabf hex color red value is 158, green value is 186 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #9ebabf hue: 0.53 , saturation: 0.20 and the lightness value of 9ebabf is 0.68.

The process color (four color CMYK) of #9ebabf color hex is 0.17, 0.03, 0.00, 0.25. Web safe color of #9ebabf is #99cccc. Color #9ebabf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 10111010 10111111
Octal 236 272 277
Decimal 158 186 191
Hex 9E BA BF

RGB Percentages of Color #9ebabf

%29.53
%34.77
%35.70

CMYK Percentages of Color #9ebabf

%17
%3
%0
%25

Triadic Colors of #9ebabf

#9ebabf #bf9eba #babf9e

Analogous Colors of #9ebabf

#9ebabf #9eaabf #9ebfb4

Monochromatic Colors of #9ebabf

#9ebabf

Complementary Color

#9ebabf #bfa39e

#9ebabf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ebabf Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ebabf Color CSS Codes

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

#9ebabf Text Font Color

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

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


#9ebabf Background Color

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

This div background color is #9ebabf


#9ebabf Border Color

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

This div border color is #9ebabf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ebabf


Comments

No comments written yet.

Please login to write comment.