Color Hex Logo

#959aea Color Hex

#959AEA
(149,154,234)
0 Favorites   0 Comments

Color spaces of #959aea

RGB 149154234
HSL0.660.670.75
HSV236°36°92°
CMYK 0.360.340.00   0.08
XYZ38.801335.441382.6377
Yxy35.44130.24730.2259
Hunter Lab59.532612.1581-40.6281
CIE-Lab66.090817.0738-40.8968

#959aea color RGB value is (149,154,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 10011010 11101010
Octal 225 232 352
Decimal 149 154 234
Hex 95 9A EA

RGB Percentages of Color #959aea

%27.75
%28.68
%43.58

CMYK Percentages of Color #959aea

%36
%34
%0
%8

Triadic Colors of #959aea

#959aea #ea959a #9aea95

Analogous Colors of #959aea

#959aea #bb95ea #95c5ea

Monochromatic Colors of #959aea

#959aea

Complementary Color

#959aea #eae595

#959aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#959aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#959aea Color CSS Codes

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

#959aea Text Font Color

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

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


#959aea Background Color

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

This div background color is #959aea


#959aea Border Color

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

This div border color is #959aea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #959aea


Comments

No comments written yet.

Please login to write comment.