Color Hex Logo

#95aaad Color Hex

#95AAAD
(149,170,173)
0 Favorites   0 Comments

Color spaces of #95aaad

RGB 149170173
HSL0.520.130.63
HSV188°14°68°
CMYK 0.140.020.00   0.32
XYZ34.312038.156145.0916
Yxy38.15610.29190.3246
Hunter Lab61.7706-8.9464-0.0413
CIE-Lab68.1355-6.6346-4.0151

#95aaad color RGB value is (149,170,173).

#95aaad hex color red value is 149, green value is 170 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #95aaad hue: 0.52 , saturation: 0.13 and the lightness value of 95aaad is 0.63.

The process color (four color CMYK) of #95aaad color hex is 0.14, 0.02, 0.00, 0.32. Web safe color of #95aaad is #999999. Color #95aaad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 10101010 10101101
Octal 225 252 255
Decimal 149 170 173
Hex 95 AA AD

RGB Percentages of Color #95aaad

%30.28
%34.55
%35.16

CMYK Percentages of Color #95aaad

%14
%2
%0
%32

Triadic Colors of #95aaad

#95aaad #ad95aa #aaad95

Analogous Colors of #95aaad

#95aaad #959ead #95ada4

Monochromatic Colors of #95aaad

#95aaad

Complementary Color

#95aaad #ad9895

#95aaad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95aaad Color Preview on White Background

Lorem ipsum dolor sit amet.

#95aaad Color CSS Codes

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

#95aaad Text Font Color

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

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


#95aaad Background Color

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

This div background color is #95aaad


#95aaad Border Color

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

This div border color is #95aaad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95aaad


Comments

No comments written yet.

Please login to write comment.