Color Hex Logo

#95a995 Color Hex

#95A995
(149,169,149)
0 Favorites   0 Comments

Color spaces of #95a995

RGB 149169149
HSL0.330.100.62
HSV120°12°66°
CMYK 0.120.000.12   0.34
XYZ32.007236.935433.8761
Yxy36.93540.31130.3592
Hunter Lab60.7745-12.34749.4935
CIE-Lab67.2285-10.88217.9761

#95a995 color RGB value is (149,169,149).

#95a995 hex color red value is 149, green value is 169 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #95a995 hue: 0.33 , saturation: 0.10 and the lightness value of 95a995 is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 10101001 10010101
Octal 225 251 225
Decimal 149 169 149
Hex 95 A9 95

RGB Percentages of Color #95a995

%31.91
%36.19
%31.91

CMYK Percentages of Color #95a995

%12
%0
%12
%34

Triadic Colors of #95a995

#95a995 #9595a9 #a99595

Analogous Colors of #95a995

#95a995 #95a99f #9fa995

Monochromatic Colors of #95a995

#95a995

Complementary Color

#95a995 #a995a9

#95a995 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95a995 Color Preview on White Background

Lorem ipsum dolor sit amet.

#95a995 Color CSS Codes

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

#95a995 Text Font Color

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

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


#95a995 Background Color

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

This div background color is #95a995


#95a995 Border Color

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

This div border color is #95a995


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95a995


Comments

No comments written yet.

Please login to write comment.