Color Hex Logo

#95b980 Color Hex

#95B980
(149,185,128)
0 Favorites   0 Comments

Color spaces of #95b980

RGB 149185128
HSL0.270.290.61
HSV98°31°73°
CMYK 0.190.000.31   0.27
XYZ33.639742.646026.8806
Yxy42.64600.32610.4134
Hunter Lab65.3039-22.332021.3076
CIE-Lab71.3140-22.675725.0763

#95b980 color RGB value is (149,185,128).

#95b980 hex color red value is 149, green value is 185 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #95b980 hue: 0.27 , saturation: 0.29 and the lightness value of 95b980 is 0.61.

The process color (four color CMYK) of #95b980 color hex is 0.19, 0.00, 0.31, 0.27. Web safe color of #95b980 is #99cc99. Color #95b980 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 10111001 10000000
Octal 225 271 200
Decimal 149 185 128
Hex 95 B9 80

RGB Percentages of Color #95b980

%32.25
%40.04
%27.71

CMYK Percentages of Color #95b980

%19
%0
%31
%27

Triadic Colors of #95b980

#95b980 #8095b9 #b98095

Analogous Colors of #95b980

#95b980 #80b988 #b2b980

Monochromatic Colors of #95b980

#95b980

Complementary Color

#95b980 #a480b9

#95b980 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95b980 Color Preview on White Background

Lorem ipsum dolor sit amet.

#95b980 Color CSS Codes

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

#95b980 Text Font Color

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

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


#95b980 Background Color

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

This div background color is #95b980


#95b980 Border Color

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

This div border color is #95b980


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95b980


Comments

No comments written yet.

Please login to write comment.