Color Hex Logo

#959acc Color Hex

#959ACC
(149,154,204)
0 Favorites   0 Comments

Color spaces of #959acc

RGB 149154204
HSL0.650.350.69
HSV235°27°80°
CMYK 0.270.250.00   0.20
XYZ34.849133.860461.8257
Yxy33.86040.26700.2594
Hunter Lab58.18975.0695-22.2620
CIE-Lab64.85169.3682-26.2157

#959acc color RGB value is (149,154,204).

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

The process color (four color CMYK) of #959acc color hex is 0.27, 0.25, 0.00, 0.20. Web safe color of #959acc is #9999cc. Color #959acc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 10011010 11001100
Octal 225 232 314
Decimal 149 154 204
Hex 95 9A CC

RGB Percentages of Color #959acc

%29.39
%30.37
%40.24

CMYK Percentages of Color #959acc

%27
%25
%0
%20

Triadic Colors of #959acc

#959acc #cc959a #9acc95

Analogous Colors of #959acc

#959acc #ac95cc #95b6cc

Monochromatic Colors of #959acc

#959acc

Complementary Color

#959acc #ccc795

#959acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#959acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#959acc Color CSS Codes

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

#959acc Text Font Color

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

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


#959acc Background Color

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

This div background color is #959acc


#959acc Border Color

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

This div border color is #959acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #959acc


Comments

No comments written yet.

Please login to write comment.