Color Hex Logo

#95b15f Color Hex

#95B15F
(149,177,95)
0 Favorites   0 Comments

Color spaces of #95b15f

RGB 14917795
HSL0.220.340.53
HSV80°46°69°
CMYK 0.160.000.46   0.31
XYZ30.182138.660116.6978
Yxy38.66010.35280.4520
Hunter Lab62.1772-22.162727.6016
CIE-Lab68.5043-23.122938.6447

#95b15f color RGB value is (149,177,95).

#95b15f hex color red value is 149, green value is 177 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #95b15f hue: 0.22 , saturation: 0.34 and the lightness value of 95b15f is 0.53.

The process color (four color CMYK) of #95b15f color hex is 0.16, 0.00, 0.46, 0.31. Web safe color of #95b15f is #999966. Color #95b15f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 10110001 01011111
Octal 225 261 137
Decimal 149 177 95
Hex 95 B1 5F

RGB Percentages of Color #95b15f

%35.39
%42.04
%22.57

CMYK Percentages of Color #95b15f

%16
%0
%46
%31

Triadic Colors of #95b15f

#95b15f #5f95b1 #b15f95

Analogous Colors of #95b15f

#95b15f #6cb15f #b1a45f

Monochromatic Colors of #95b15f

#95b15f

Complementary Color

#95b15f #7b5fb1

#95b15f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95b15f Color Preview on White Background

Lorem ipsum dolor sit amet.

#95b15f Color CSS Codes

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

#95b15f Text Font Color

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

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


#95b15f Background Color

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

This div background color is #95b15f


#95b15f Border Color

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

This div border color is #95b15f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95b15f


Comments

No comments written yet.

Please login to write comment.