Color Hex Logo

#95dc01 Color Hex

#95DC01
(149,220,1)
0 Favorites   0 Comments

Color spaces of #95dc01

RGB 1492201
HSL0.220.990.43
HSV79°100°86°
CMYK 0.320.001.00   0.14
XYZ37.993157.57829.1400
Yxy57.57820.36280.5499
Hunter Lab75.8803-43.416045.9746
CIE-Lab80.5037-47.644278.8150

#95dc01 color RGB value is (149,220,1).

#95dc01 hex color red value is 149, green value is 220 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #95dc01 hue: 0.22 , saturation: 0.99 and the lightness value of 95dc01 is 0.43.

The process color (four color CMYK) of #95dc01 color hex is 0.32, 0.00, 1.00, 0.14. Web safe color of #95dc01 is #99cc00. Color #95dc01 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 11011100 00000001
Octal 225 334 1
Decimal 149 220 1
Hex 95 DC 1

RGB Percentages of Color #95dc01

%40.27
%59.46
%0.27

CMYK Percentages of Color #95dc01

%32
%0
%100
%14

Triadic Colors of #95dc01

#95dc01 #0195dc #dc0195

Analogous Colors of #95dc01

#95dc01 #28dc01 #dcb601

Monochromatic Colors of #95dc01

#95dc01

Complementary Color

#95dc01 #4801dc

#95dc01 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95dc01 Color Preview on White Background

Lorem ipsum dolor sit amet.

#95dc01 Color CSS Codes

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

#95dc01 Text Font Color

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

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


#95dc01 Background Color

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

This div background color is #95dc01


#95dc01 Border Color

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

This div border color is #95dc01


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95dc01


Comments

No comments written yet.

Please login to write comment.