Color Hex Logo

#95d857 Color Hex

#95D857
(149,216,87)
0 Favorites   0 Comments

Color spaces of #95d857

RGB 14921687
HSL0.250.620.59
HSV91°60°85°
CMYK 0.310.000.60   0.15
XYZ38.670656.189417.8243
Yxy56.18940.34320.4986
Hunter Lab74.9596-39.093638.3734
CIE-Lab79.7215-42.096155.6295

#95d857 color RGB value is (149,216,87).

#95d857 hex color red value is 149, green value is 216 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #95d857 hue: 0.25 , saturation: 0.62 and the lightness value of 95d857 is 0.59.

The process color (four color CMYK) of #95d857 color hex is 0.31, 0.00, 0.60, 0.15. Web safe color of #95d857 is #99cc66. Color #95d857 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 11011000 01010111
Octal 225 330 127
Decimal 149 216 87
Hex 95 D8 57

RGB Percentages of Color #95d857

%32.96
%47.79
%19.25

CMYK Percentages of Color #95d857

%31
%0
%60
%15

Triadic Colors of #95d857

#95d857 #5795d8 #d85795

Analogous Colors of #95d857

#95d857 #57d85a #d6d857

Monochromatic Colors of #95d857

#95d857

Complementary Color

#95d857 #9a57d8

#95d857 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95d857 Color Preview on White Background

Lorem ipsum dolor sit amet.

#95d857 Color CSS Codes

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

#95d857 Text Font Color

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

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


#95d857 Background Color

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

This div background color is #95d857


#95d857 Border Color

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

This div border color is #95d857


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95d857


Comments

No comments written yet.

Please login to write comment.