color codes Logo

#01fa40 color codes

#01FA40
(1,250,64)
0 Favorites   0 Comments

Color spaces of #01fa40

RGB 125064
HSL0.380.990.49
HSV135°100°98°
CMYK 1.000.000.74   0.02
XYZ35.123568.747816.2690
Yxy68.74780.29240.5722
Hunter Lab82.9143-69.485246.4064
CIE-Lab86.3790-82.485570.3875

#01fa40 color RGB value is (1,250,64).

#01fa40 hex color red value is 1, green value is 250 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #01fa40 hue: 0.38 , saturation: 0.99 and the lightness value of 01fa40 is 0.49.

The process color (four color CMYK) of #01fa40 color code is 1.00, 0.00, 0.74, 0.02. Web safe color of #01fa40 is #00ff33. Color #01fa40 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 11111010 01000000
Octal 1 372 100
Decimal 1 250 64
Hex 1 FA 40

RGB Percentages of Color #01fa40

%0.32
%79.37
%20.32

CMYK Percentages of Color #01fa40

%100
%0
%74
%2

Triadic Colors of #01fa40

#01fa40 #4001fa #fa4001

Analogous Colors of #01fa40

#01fa40 #01fabd #3efa01

Monochromatic Colors of #01fa40

#01fa40

Complementary Color

#01fa40 #fa01bb

#01fa40 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01fa40 Color Preview on White Background

Lorem ipsum dolor sit amet.

#01fa40 Color CSS Codes

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

#01fa40 Text Font Color

<p style="color:#01fa40">Text here</p>

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


#01fa40 Background Color

<div style="background-color:#01fa40">
Div content here</div>

This div background color is #01fa40


#01fa40 Border Color

<div style="border:3px solid #01fa40">
Div here</div>

This div border color is #01fa40


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,250,64, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #01fa40; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #01fa40;
  -webkit-box-shadow: 1px 1px 3px 2px #01fa40;
  box-shadow:         1px 1px 3px 2px #01fa40; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01fa40


Comments

No comments written yet.

Please login to write comment.