Color Hex Logo

#9ebee1 Color Hex

#9EBEE1
(158,190,225)
0 Favorites   0 Comments

Color spaces of #9ebee1

RGB 158190225
HSL0.590.530.75
HSV211°30°88°
CMYK 0.300.160.00   0.12
XYZ46.104649.532378.3649
Yxy49.53230.26500.2847
Hunter Lab70.3792-6.2303-16.7520
CIE-Lab75.7813-2.7483-20.9891

#9ebee1 color RGB value is (158,190,225).

#9ebee1 hex color red value is 158, green value is 190 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #9ebee1 hue: 0.59 , saturation: 0.53 and the lightness value of 9ebee1 is 0.75.

The process color (four color CMYK) of #9ebee1 color hex is 0.30, 0.16, 0.00, 0.12. Web safe color of #9ebee1 is #99cccc. Color #9ebee1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 10111110 11100001
Octal 236 276 341
Decimal 158 190 225
Hex 9E BE E1

RGB Percentages of Color #9ebee1

%27.57
%33.16
%39.27

CMYK Percentages of Color #9ebee1

%30
%16
%0
%12

Triadic Colors of #9ebee1

#9ebee1 #e19ebe #bee19e

Analogous Colors of #9ebee1

#9ebee1 #a09ee1 #9ee0e1

Monochromatic Colors of #9ebee1

#9ebee1

Complementary Color

#9ebee1 #e1c19e

#9ebee1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ebee1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ebee1 Color CSS Codes

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

#9ebee1 Text Font Color

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

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


#9ebee1 Background Color

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

This div background color is #9ebee1


#9ebee1 Border Color

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

This div border color is #9ebee1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ebee1


Comments

No comments written yet.

Please login to write comment.