Color Hex Logo

#95bc10 Color Hex

#95BC10
(149,188,16)
0 Favorites   0 Comments

Color spaces of #95bc10

RGB 14918816
HSL0.200.840.40
HSV74°91°74°
CMYK 0.210.000.91   0.26
XYZ30.471242.39347.0670
Yxy42.39340.38120.5304
Hunter Lab65.1102-30.405939.1419
CIE-Lab71.1413-33.403569.8685

#95bc10 color RGB value is (149,188,16).

#95bc10 hex color red value is 149, green value is 188 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #95bc10 hue: 0.20 , saturation: 0.84 and the lightness value of 95bc10 is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 10111100 00010000
Octal 225 274 20
Decimal 149 188 16
Hex 95 BC 10

RGB Percentages of Color #95bc10

%42.21
%53.26
%4.53

CMYK Percentages of Color #95bc10

%21
%0
%91
%26

Triadic Colors of #95bc10

#95bc10 #1095bc #bc1095

Analogous Colors of #95bc10

#95bc10 #3fbc10 #bc8d10

Monochromatic Colors of #95bc10

#95bc10

Complementary Color

#95bc10 #3710bc

#95bc10 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95bc10 Color Preview on White Background

Lorem ipsum dolor sit amet.

#95bc10 Color CSS Codes

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

#95bc10 Text Font Color

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

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


#95bc10 Background Color

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

This div background color is #95bc10


#95bc10 Border Color

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

This div border color is #95bc10


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95bc10


Comments

No comments written yet.

Please login to write comment.