Color Hex Logo

#95a39b Color Hex

#95A39B
(149,163,155)
0 Favorites   0 Comments

Color spaces of #95a39b

RGB 149163155
HSL0.400.070.61
HSV146°64°
CMYK 0.090.000.05   0.36
XYZ31.408034.950536.1011
Yxy34.95050.30650.3411
Hunter Lab59.1189-8.62685.1777
CIE-Lab65.7101-6.52162.4538

#95a39b color RGB value is (149,163,155).

#95a39b hex color red value is 149, green value is 163 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #95a39b hue: 0.40 , saturation: 0.07 and the lightness value of 95a39b is 0.61.

The process color (four color CMYK) of #95a39b color hex is 0.09, 0.00, 0.05, 0.36. Web safe color of #95a39b is #999999. Color #95a39b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 10100011 10011011
Octal 225 243 233
Decimal 149 163 155
Hex 95 A3 9B

RGB Percentages of Color #95a39b

%31.91
%34.90
%33.19

CMYK Percentages of Color #95a39b

%9
%0
%5
%36

Triadic Colors of #95a39b

#95a39b #9b95a3 #a39b95

Analogous Colors of #95a39b

#95a39b #95a3a2 #96a395

Monochromatic Colors of #95a39b

#95a39b

Complementary Color

#95a39b #a3959d

#95a39b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95a39b Color Preview on White Background

Lorem ipsum dolor sit amet.

#95a39b Color CSS Codes

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

#95a39b Text Font Color

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

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


#95a39b Background Color

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

This div background color is #95a39b


#95a39b Border Color

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

This div border color is #95a39b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95a39b


Comments

No comments written yet.

Please login to write comment.