Color Hex Logo

#959abd Color Hex

#959ABD
(149,154,189)
0 Favorites   0 Comments

Color spaces of #959abd

RGB 149154189
HSL0.650.230.66
HSV233°21°74°
CMYK 0.210.190.00   0.26
XYZ33.135333.174952.8011
Yxy33.17490.27820.2785
Hunter Lab57.59771.8932-14.0342
CIE-Lab64.30235.7708-18.6773

#959abd color RGB value is (149,154,189).

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

The process color (four color CMYK) of #959abd color hex is 0.21, 0.19, 0.00, 0.26. Web safe color of #959abd is #9999cc. Color #959abd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 10011010 10111101
Octal 225 232 275
Decimal 149 154 189
Hex 95 9A BD

RGB Percentages of Color #959abd

%30.28
%31.30
%38.41

CMYK Percentages of Color #959abd

%21
%19
%0
%26

Triadic Colors of #959abd

#959abd #bd959a #9abd95

Analogous Colors of #959abd

#959abd #a495bd #95aebd

Monochromatic Colors of #959abd

#959abd

Complementary Color

#959abd #bdb895

#959abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#959abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#959abd Color CSS Codes

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

#959abd Text Font Color

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

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


#959abd Background Color

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

This div background color is #959abd


#959abd Border Color

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

This div border color is #959abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #959abd


Comments

No comments written yet.

Please login to write comment.