Color Hex Logo

#95a516 Color Hex

#95A516
(149,165,22)
0 Favorites   0 Comments

Color spaces of #95a516

RGB 14916522
HSL0.190.760.37
HSV67°87°65°
CMYK 0.100.000.87   0.35
XYZ25.994433.35785.8277
Yxy33.35780.39880.5118
Hunter Lab57.7562-20.735734.4469
CIE-Lab64.4496-22.213863.3343

#95a516 color RGB value is (149,165,22).

#95a516 hex color red value is 149, green value is 165 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #95a516 hue: 0.19 , saturation: 0.76 and the lightness value of 95a516 is 0.37.

The process color (four color CMYK) of #95a516 color hex is 0.10, 0.00, 0.87, 0.35. Web safe color of #95a516 is #999900. Color #95a516 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 10100101 00010110
Octal 225 245 26
Decimal 149 165 22
Hex 95 A5 16

RGB Percentages of Color #95a516

%44.35
%49.11
%6.55

CMYK Percentages of Color #95a516

%10
%0
%87
%35

Triadic Colors of #95a516

#95a516 #1695a5 #a51695

Analogous Colors of #95a516

#95a516 #4ea516 #a56e16

Monochromatic Colors of #95a516

#95a516

Complementary Color

#95a516 #2616a5

#95a516 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95a516 Color Preview on White Background

Lorem ipsum dolor sit amet.

#95a516 Color CSS Codes

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

#95a516 Text Font Color

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

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


#95a516 Background Color

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

This div background color is #95a516


#95a516 Border Color

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

This div border color is #95a516


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95a516


Comments

No comments written yet.

Please login to write comment.