Color Hex Logo

#9ebfeb Color Hex

#9EBFEB
(158,191,235)
0 Favorites   0 Comments

Color spaces of #9ebfeb

RGB 158191235
HSL0.600.660.77
HSV214°33°92°
CMYK 0.330.190.00   0.08
XYZ47.726750.528985.8348
Yxy50.52890.25930.2745
Hunter Lab71.0837-4.5487-21.8351
CIE-Lab76.3928-0.8296-25.4578

#9ebfeb color RGB value is (158,191,235).

#9ebfeb hex color red value is 158, green value is 191 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #9ebfeb hue: 0.60 , saturation: 0.66 and the lightness value of 9ebfeb is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 10111111 11101011
Octal 236 277 353
Decimal 158 191 235
Hex 9E BF EB

RGB Percentages of Color #9ebfeb

%27.05
%32.71
%40.24

CMYK Percentages of Color #9ebfeb

%33
%19
%0
%8

Triadic Colors of #9ebfeb

#9ebfeb #eb9ebf #bfeb9e

Analogous Colors of #9ebfeb

#9ebfeb #a49eeb #9ee6eb

Monochromatic Colors of #9ebfeb

#9ebfeb

Complementary Color

#9ebfeb #ebca9e

#9ebfeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ebfeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ebfeb Color CSS Codes

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

#9ebfeb Text Font Color

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

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


#9ebfeb Background Color

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

This div background color is #9ebfeb


#9ebfeb Border Color

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

This div border color is #9ebfeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ebfeb


Comments

No comments written yet.

Please login to write comment.