Color Hex Logo

#95a73f Color Hex

#95A73F
(149,167,63)
0 Favorites   0 Comments

Color spaces of #95a73f

RGB 14916763
HSL0.200.450.45
HSV70°62°65°
CMYK 0.110.000.62   0.35
XYZ27.110334.38599.9109
Yxy34.38590.37970.4815
Hunter Lab58.6395-20.094731.0268
CIE-Lab65.2677-21.161050.1502

#95a73f color RGB value is (149,167,63).

#95a73f hex color red value is 149, green value is 167 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #95a73f hue: 0.20 , saturation: 0.45 and the lightness value of 95a73f is 0.45.

The process color (four color CMYK) of #95a73f color hex is 0.11, 0.00, 0.62, 0.35. Web safe color of #95a73f is #999933. Color #95a73f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 10100111 00111111
Octal 225 247 77
Decimal 149 167 63
Hex 95 A7 3F

RGB Percentages of Color #95a73f

%39.31
%44.06
%16.62

CMYK Percentages of Color #95a73f

%11
%0
%62
%35

Triadic Colors of #95a73f

#95a73f #3f95a7 #a73f95

Analogous Colors of #95a73f

#95a73f #61a73f #a7853f

Monochromatic Colors of #95a73f

#95a73f

Complementary Color

#95a73f #513fa7

#95a73f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95a73f Color Preview on White Background

Lorem ipsum dolor sit amet.

#95a73f Color CSS Codes

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

#95a73f Text Font Color

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

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


#95a73f Background Color

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

This div background color is #95a73f


#95a73f Border Color

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

This div border color is #95a73f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95a73f


Comments

No comments written yet.

Please login to write comment.