Color Hex Logo

#2fad3f Color Hex

#2FAD3F
(47,173,63)
0 Favorites   0 Comments

Color spaces of #2fad3f

RGB 4717363
HSL0.350.570.43
HSV128°73°68°
CMYK 0.730.000.64   0.32
XYZ17.013130.85049.7607
Yxy30.85040.29520.5354
Hunter Lab55.5431-42.525228.4611
CIE-Lab62.3811-56.064445.6302

#2fad3f color RGB value is (47,173,63).

#2fad3f hex color red value is 47, green value is 173 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #2fad3f hue: 0.35 , saturation: 0.57 and the lightness value of 2fad3f is 0.43.

The process color (four color CMYK) of #2fad3f color hex is 0.73, 0.00, 0.64, 0.32. Web safe color of #2fad3f is #339933. Color #2fad3f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101111 10101101 00111111
Octal 57 255 77
Decimal 47 173 63
Hex 2F AD 3F

RGB Percentages of Color #2fad3f

%16.61
%61.13
%22.26

CMYK Percentages of Color #2fad3f

%73
%0
%64
%32

Triadic Colors of #2fad3f

#2fad3f #3f2fad #ad3f2f

Analogous Colors of #2fad3f

#2fad3f #2fad7e #5ead2f

Monochromatic Colors of #2fad3f

#2fad3f

Complementary Color

#2fad3f #ad2f9d

#2fad3f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2fad3f Color Preview on White Background

Lorem ipsum dolor sit amet.

#2fad3f Color CSS Codes

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

#2fad3f Text Font Color

<p style="color:#2fad3f">Text here</p>

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


#2fad3f Background Color

<div style="background-color:#2fad3f">
Div content here</div>

This div background color is #2fad3f


#2fad3f Border Color

<div style="border:3px solid #2fad3f">
Div here</div>

This div border color is #2fad3f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(47,173,63, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2fad3f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2fad3f;
  -webkit-box-shadow: 1px 1px 3px 2px #2fad3f;
  box-shadow:         1px 1px 3px 2px #2fad3f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(47,173,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 #2fad3f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2fad3f


Comments

No comments written yet.

Please login to write comment.