Color Hex Logo

#959ecc Color Hex

#959ECC
(149,158,204)
0 Favorites   0 Comments

Color spaces of #959ecc

RGB 149158204
HSL0.640.350.69
HSV230°27°80°
CMYK 0.270.230.00   0.20
XYZ35.520435.202962.0495
Yxy35.20290.26750.2651
Hunter Lab59.33203.0318-20.4731
CIE-Lab65.90637.1052-24.5968

#959ecc color RGB value is (149,158,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 10011110 11001100
Octal 225 236 314
Decimal 149 158 204
Hex 95 9E CC

RGB Percentages of Color #959ecc

%29.16
%30.92
%39.92

CMYK Percentages of Color #959ecc

%27
%23
%0
%20

Triadic Colors of #959ecc

#959ecc #cc959e #9ecc95

Analogous Colors of #959ecc

#959ecc #a895cc #95bacc

Monochromatic Colors of #959ecc

#959ecc

Complementary Color

#959ecc #ccc395

#959ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#959ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#959ecc Color CSS Codes

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

#959ecc Text Font Color

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

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


#959ecc Background Color

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

This div background color is #959ecc


#959ecc Border Color

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

This div border color is #959ecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #959ecc


Comments

No comments written yet.

Please login to write comment.