Color Hex Logo

#959ee9 Color Hex

#959EE9
(149,158,233)
0 Favorites   0 Comments

Color spaces of #959ee9

RGB 149158233
HSL0.650.660.75
HSV234°36°91°
CMYK 0.360.320.00   0.09
XYZ39.329336.726582.1068
Yxy36.72650.24870.2322
Hunter Lab60.60249.7874-37.9070
CIE-Lab67.071314.5223-38.8148

#959ee9 color RGB value is (149,158,233).

#959ee9 hex color red value is 149, green value is 158 and the blue value of its RGB is 233. Cylindrical-coordinate representations (also known as HSL) of color #959ee9 hue: 0.65 , saturation: 0.66 and the lightness value of 959ee9 is 0.75.

The process color (four color CMYK) of #959ee9 color hex is 0.36, 0.32, 0.00, 0.09. Web safe color of #959ee9 is #9999ff. Color #959ee9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 10011110 11101001
Octal 225 236 351
Decimal 149 158 233
Hex 95 9E E9

RGB Percentages of Color #959ee9

%27.59
%29.26
%43.15

CMYK Percentages of Color #959ee9

%36
%32
%0
%9

Triadic Colors of #959ee9

#959ee9 #e9959e #9ee995

Analogous Colors of #959ee9

#959ee9 #b695e9 #95c8e9

Monochromatic Colors of #959ee9

#959ee9

Complementary Color

#959ee9 #e9e095

#959ee9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#959ee9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#959ee9 Color CSS Codes

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

#959ee9 Text Font Color

<p style="color:#959ee9">Text here</p>

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


#959ee9 Background Color

<div style="background-color:#959ee9">
Div content here</div>

This div background color is #959ee9


#959ee9 Border Color

<div style="border:3px solid #959ee9">
Div here</div>

This div border color is #959ee9


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(149,158,233, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #959ee9; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #959ee9;
  -webkit-box-shadow: 1px 1px 3px 2px #959ee9;
  box-shadow:         1px 1px 3px 2px #959ee9; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #959ee9


Comments

No comments written yet.

Please login to write comment.