Color Hex Logo

#95aaa0 Color Hex

#95AAA0
(149,170,160)
0 Favorites   0 Comments

Color spaces of #95aaa0

RGB 149170160
HSL0.420.110.63
HSV151°12°67°
CMYK 0.120.000.06   0.33
XYZ33.114337.677138.7848
Yxy37.67710.30220.3438
Hunter Lab61.3817-11.12045.5040
CIE-Lab67.7820-9.30222.6775

#95aaa0 color RGB value is (149,170,160).

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

The process color (four color CMYK) of #95aaa0 color hex is 0.12, 0.00, 0.06, 0.33. Web safe color of #95aaa0 is #999999. Color #95aaa0 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 10101010 10100000
Octal 225 252 240
Decimal 149 170 160
Hex 95 AA A0

RGB Percentages of Color #95aaa0

%31.11
%35.49
%33.40

CMYK Percentages of Color #95aaa0

%12
%0
%6
%33

Triadic Colors of #95aaa0

#95aaa0 #a095aa #aaa095

Analogous Colors of #95aaa0

#95aaa0 #95aaaa #95aa96

Monochromatic Colors of #95aaa0

#95aaa0

Complementary Color

#95aaa0 #aa959f

#95aaa0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95aaa0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#95aaa0 Color CSS Codes

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

#95aaa0 Text Font Color

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

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


#95aaa0 Background Color

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

This div background color is #95aaa0


#95aaa0 Border Color

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

This div border color is #95aaa0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95aaa0


Comments

No comments written yet.

Please login to write comment.