Color Hex Logo

#00fa3f Color Hex

#00FA3F
(0,250,63)
0 Favorites   0 Comments

Color spaces of #00fa3f

RGB 025063
HSL0.381.000.49
HSV135°100°98°
CMYK 1.000.000.75   0.02
XYZ35.082868.730116.1198
Yxy68.73010.29250.5731
Hunter Lab82.9036-69.544546.5042
CIE-Lab86.3702-82.586370.6977

#00fa3f color RGB value is (0,250,63).

#00fa3f hex color red value is 0, green value is 250 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #00fa3f hue: 0.38 , saturation: 1.00 and the lightness value of 00fa3f is 0.49.

The process color (four color CMYK) of #00fa3f color hex is 1.00, 0.00, 0.75, 0.02. Web safe color of #00fa3f is #00ff33. Color #00fa3f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 11111010 00111111
Octal 0 372 77
Decimal 0 250 63
Hex 0 FA 3F

RGB Percentages of Color #00fa3f

%0.00
%79.87
%20.13

CMYK Percentages of Color #00fa3f

%100
%0
%75
%2

Triadic Colors of #00fa3f

#00fa3f #3f00fa #fa3f00

Analogous Colors of #00fa3f

#00fa3f #00fabc #3efa00

Monochromatic Colors of #00fa3f

#00fa3f

Complementary Color

#00fa3f #fa00bb

#00fa3f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00fa3f Color Preview on White Background

Lorem ipsum dolor sit amet.

#00fa3f Color CSS Codes

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

#00fa3f Text Font Color

<p style="color:#00fa3f">Text here</p>

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


#00fa3f Background Color

<div style="background-color:#00fa3f">
Div content here</div>

This div background color is #00fa3f


#00fa3f Border Color

<div style="border:3px solid #00fa3f">
Div here</div>

This div border color is #00fa3f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,250,63, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #00fa3f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #00fa3f;
  -webkit-box-shadow: 1px 1px 3px 2px #00fa3f;
  box-shadow:         1px 1px 3px 2px #00fa3f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00fa3f


Comments

No comments written yet.

Please login to write comment.