Color Hex Logo

#95bc2c Color Hex

#95BC2C
(149,188,44)
0 Favorites   0 Comments

Color spaces of #95bc2c

RGB 14918844
HSL0.210.620.45
HSV76°77°74°
CMYK 0.210.000.77   0.26
XYZ30.832342.53788.9685
Yxy42.53780.37450.5166
Hunter Lab65.2210-29.753437.5018
CIE-Lab71.2401-32.483063.3945

#95bc2c color RGB value is (149,188,44).

#95bc2c hex color red value is 149, green value is 188 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #95bc2c hue: 0.21 , saturation: 0.62 and the lightness value of 95bc2c is 0.45.

The process color (four color CMYK) of #95bc2c color hex is 0.21, 0.00, 0.77, 0.26. Web safe color of #95bc2c is #99cc33. Color #95bc2c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 10111100 00101100
Octal 225 274 54
Decimal 149 188 44
Hex 95 BC 2C

RGB Percentages of Color #95bc2c

%39.11
%49.34
%11.55

CMYK Percentages of Color #95bc2c

%21
%0
%77
%26

Triadic Colors of #95bc2c

#95bc2c #2c95bc #bc2c95

Analogous Colors of #95bc2c

#95bc2c #4dbc2c #bc9b2c

Monochromatic Colors of #95bc2c

#95bc2c

Complementary Color

#95bc2c #532cbc

#95bc2c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95bc2c Color Preview on White Background

Lorem ipsum dolor sit amet.

#95bc2c Color CSS Codes

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

#95bc2c Text Font Color

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

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


#95bc2c Background Color

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

This div background color is #95bc2c


#95bc2c Border Color

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

This div border color is #95bc2c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95bc2c


Comments

No comments written yet.

Please login to write comment.