Color Hex Logo

#95a390 Color Hex

#95A390
(149,163,144)
0 Favorites   0 Comments

Color spaces of #95a390

RGB 149163144
HSL0.290.090.60
HSV104°12°64°
CMYK 0.090.000.12   0.36
XYZ30.525734.597631.4547
Yxy34.59760.31610.3582
Hunter Lab58.8197-10.29839.4676
CIE-Lab65.4342-8.59998.1914

#95a390 color RGB value is (149,163,144).

#95a390 hex color red value is 149, green value is 163 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #95a390 hue: 0.29 , saturation: 0.09 and the lightness value of 95a390 is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 10100011 10010000
Octal 225 243 220
Decimal 149 163 144
Hex 95 A3 90

RGB Percentages of Color #95a390

%32.68
%35.75
%31.58

CMYK Percentages of Color #95a390

%9
%0
%12
%36

Triadic Colors of #95a390

#95a390 #9095a3 #a39095

Analogous Colors of #95a390

#95a390 #90a395 #9fa390

Monochromatic Colors of #95a390

#95a390

Complementary Color

#95a390 #9e90a3

#95a390 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95a390 Color Preview on White Background

Lorem ipsum dolor sit amet.

#95a390 Color CSS Codes

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

#95a390 Text Font Color

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

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


#95a390 Background Color

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

This div background color is #95a390


#95a390 Border Color

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

This div border color is #95a390


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95a390


Comments

No comments written yet.

Please login to write comment.