Color Hex Logo

#95ac2b Color Hex

#95AC2B
(149,172,43)
0 Favorites   0 Comments

Color spaces of #95ac2b

RGB 14917243
HSL0.200.600.42
HSV71°75°67°
CMYK 0.130.000.75   0.33
XYZ27.583036.06907.7937
Yxy36.06900.38610.5048
Hunter Lab60.0575-23.119734.3461
CIE-Lab66.5726-24.883659.3258

#95ac2b color RGB value is (149,172,43).

#95ac2b hex color red value is 149, green value is 172 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #95ac2b hue: 0.20 , saturation: 0.60 and the lightness value of 95ac2b is 0.42.

The process color (four color CMYK) of #95ac2b color hex is 0.13, 0.00, 0.75, 0.33. Web safe color of #95ac2b is #999933. Color #95ac2b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 10101100 00101011
Octal 225 254 53
Decimal 149 172 43
Hex 95 AC 2B

RGB Percentages of Color #95ac2b

%40.93
%47.25
%11.81

CMYK Percentages of Color #95ac2b

%13
%0
%75
%33

Triadic Colors of #95ac2b

#95ac2b #2b95ac #ac2b95

Analogous Colors of #95ac2b

#95ac2b #54ac2b #ac832b

Monochromatic Colors of #95ac2b

#95ac2b

Complementary Color

#95ac2b #422bac

#95ac2b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95ac2b Color Preview on White Background

Lorem ipsum dolor sit amet.

#95ac2b Color CSS Codes

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

#95ac2b Text Font Color

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

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


#95ac2b Background Color

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

This div background color is #95ac2b


#95ac2b Border Color

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

This div border color is #95ac2b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95ac2b


Comments

No comments written yet.

Please login to write comment.