Color Hex Logo

#95b460 Color Hex

#95B460
(149,180,96)
0 Favorites   0 Comments

Color spaces of #95b460

RGB 14918096
HSL0.230.360.54
HSV82°47°71°
CMYK 0.170.000.47   0.29
XYZ30.827039.876617.1385
Yxy39.87660.35090.4540
Hunter Lab63.1479-23.370328.1121
CIE-Lab69.3815-24.491639.2235

#95b460 color RGB value is (149,180,96).

#95b460 hex color red value is 149, green value is 180 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #95b460 hue: 0.23 , saturation: 0.36 and the lightness value of 95b460 is 0.54.

The process color (four color CMYK) of #95b460 color hex is 0.17, 0.00, 0.47, 0.29. Web safe color of #95b460 is #99cc66. Color #95b460 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 10110100 01100000
Octal 225 264 140
Decimal 149 180 96
Hex 95 B4 60

RGB Percentages of Color #95b460

%35.06
%42.35
%22.59

CMYK Percentages of Color #95b460

%17
%0
%47
%29

Triadic Colors of #95b460

#95b460 #6095b4 #b46095

Analogous Colors of #95b460

#95b460 #6bb460 #b4a960

Monochromatic Colors of #95b460

#95b460

Complementary Color

#95b460 #7f60b4

#95b460 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95b460 Color Preview on White Background

Lorem ipsum dolor sit amet.

#95b460 Color CSS Codes

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

#95b460 Text Font Color

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

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


#95b460 Background Color

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

This div background color is #95b460


#95b460 Border Color

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

This div border color is #95b460


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95b460


Comments

No comments written yet.

Please login to write comment.