Color Hex Logo

#9ebecf Color Hex

#9EBECF
(158,190,207)
0 Favorites   0 Comments

Color spaces of #9ebecf

RGB 158190207
HSL0.560.340.72
HSV201°24°81°
CMYK 0.240.080.00   0.19
XYZ43.776548.601066.1051
Yxy48.60100.27620.3067
Hunter Lab69.7144-9.9129-7.4203
CIE-Lab75.2024-6.9803-12.1056

#9ebecf color RGB value is (158,190,207).

#9ebecf hex color red value is 158, green value is 190 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #9ebecf hue: 0.56 , saturation: 0.34 and the lightness value of 9ebecf is 0.72.

The process color (four color CMYK) of #9ebecf color hex is 0.24, 0.08, 0.00, 0.19. Web safe color of #9ebecf is #99cccc. Color #9ebecf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 10111110 11001111
Octal 236 276 317
Decimal 158 190 207
Hex 9E BE CF

RGB Percentages of Color #9ebecf

%28.47
%34.23
%37.30

CMYK Percentages of Color #9ebecf

%24
%8
%0
%19

Triadic Colors of #9ebecf

#9ebecf #cf9ebe #becf9e

Analogous Colors of #9ebecf

#9ebecf #9ea6cf #9ecfc8

Monochromatic Colors of #9ebecf

#9ebecf

Complementary Color

#9ebecf #cfaf9e

#9ebecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ebecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ebecf Color CSS Codes

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

#9ebecf Text Font Color

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

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


#9ebecf Background Color

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

This div background color is #9ebecf


#9ebecf Border Color

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

This div border color is #9ebecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ebecf

#9ebecf Color Palettes


Comments

No comments written yet.

Please login to write comment.