Color Hex Logo

#959aeb Color Hex

#959AEB
(149,154,235)
0 Favorites   0 Comments

Color spaces of #959aeb

RGB 149154235
HSL0.660.680.75
HSV237°37°92°
CMYK 0.370.340.00   0.08
XYZ38.945435.498983.3966
Yxy35.49890.24670.2249
Hunter Lab59.581012.4108-41.2827
CIE-Lab66.135317.3408-41.3770

#959aeb color RGB value is (149,154,235).

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

The process color (four color CMYK) of #959aeb color hex is 0.37, 0.34, 0.00, 0.08. Web safe color of #959aeb is #9999ff. Color #959aeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 10011010 11101011
Octal 225 232 353
Decimal 149 154 235
Hex 95 9A EB

RGB Percentages of Color #959aeb

%27.70
%28.62
%43.68

CMYK Percentages of Color #959aeb

%37
%34
%0
%8

Triadic Colors of #959aeb

#959aeb #eb959a #9aeb95

Analogous Colors of #959aeb

#959aeb #bb95eb #95c5eb

Monochromatic Colors of #959aeb

#959aeb

Complementary Color

#959aeb #ebe695

#959aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#959aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#959aeb Color CSS Codes

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

#959aeb Text Font Color

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

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


#959aeb Background Color

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

This div background color is #959aeb


#959aeb Border Color

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

This div border color is #959aeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(149,154,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 #959aeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #959aeb


Comments

No comments written yet.

Please login to write comment.