Color Hex Logo

#959ada Color Hex

#959ADA
(149,154,218)
0 Favorites   0 Comments

Color spaces of #959ada

RGB 149154218
HSL0.650.480.72
HSV236°32°85°
CMYK 0.320.290.00   0.15
XYZ36.604934.562771.0717
Yxy34.56270.25730.2430
Hunter Lab58.79018.2582-30.5231
CIE-Lab65.406812.8872-33.1339

#959ada color RGB value is (149,154,218).

#959ada hex color red value is 149, green value is 154 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #959ada hue: 0.65 , saturation: 0.48 and the lightness value of 959ada is 0.72.

The process color (four color CMYK) of #959ada color hex is 0.32, 0.29, 0.00, 0.15. Web safe color of #959ada is #9999cc. Color #959ada contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 10011010 11011010
Octal 225 232 332
Decimal 149 154 218
Hex 95 9A DA

RGB Percentages of Color #959ada

%28.60
%29.56
%41.84

CMYK Percentages of Color #959ada

%32
%29
%0
%15

Triadic Colors of #959ada

#959ada #da959a #9ada95

Analogous Colors of #959ada

#959ada #b395da #95bdda

Monochromatic Colors of #959ada

#959ada

Complementary Color

#959ada #dad595

#959ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#959ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#959ada Color CSS Codes

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

#959ada Text Font Color

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

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


#959ada Background Color

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

This div background color is #959ada


#959ada Border Color

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

This div border color is #959ada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #959ada


Comments

No comments written yet.

Please login to write comment.