Color Hex Logo

#95a4ba Color Hex

#95A4BA
(149,164,186)
0 Favorites   0 Comments

Color spaces of #95a4ba

RGB 149164186
HSL0.600.210.66
HSV216°20°73°
CMYK 0.200.120.00   0.27
XYZ34.532836.485751.6767
Yxy36.48570.28150.2974
Hunter Lab60.4034-3.6570-8.4418
CIE-Lab66.8894-0.5013-13.0934

#95a4ba color RGB value is (149,164,186).

#95a4ba hex color red value is 149, green value is 164 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #95a4ba hue: 0.60 , saturation: 0.21 and the lightness value of 95a4ba is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 10100100 10111010
Octal 225 244 272
Decimal 149 164 186
Hex 95 A4 BA

RGB Percentages of Color #95a4ba

%29.86
%32.87
%37.27

CMYK Percentages of Color #95a4ba

%20
%12
%0
%27

Triadic Colors of #95a4ba

#95a4ba #ba95a4 #a4ba95

Analogous Colors of #95a4ba

#95a4ba #9995ba #95b7ba

Monochromatic Colors of #95a4ba

#95a4ba

Complementary Color

#95a4ba #baab95

#95a4ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95a4ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#95a4ba Color CSS Codes

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

#95a4ba Text Font Color

<p style="color:#95a4ba">Text here</p>

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


#95a4ba Background Color

<div style="background-color:#95a4ba">
Div content here</div>

This div background color is #95a4ba


#95a4ba Border Color

<div style="border:3px solid #95a4ba">
Div here</div>

This div border color is #95a4ba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(149,164,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #95a4ba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #95a4ba;
  -webkit-box-shadow: 1px 1px 3px 2px #95a4ba;
  box-shadow:         1px 1px 3px 2px #95a4ba; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95a4ba


Comments

No comments written yet.

Please login to write comment.