Color Hex Logo

#2fad27 Color Hex

#2FAD27
(47,173,39)
0 Favorites   0 Comments

Color spaces of #2fad27

RGB 4717339
HSL0.320.630.42
HSV116°77°68°
CMYK 0.730.000.77   0.32
XYZ16.482130.63806.9645
Yxy30.63800.30470.5665
Hunter Lab55.3516-43.713231.2861
CIE-Lab62.2008-58.250054.8444

#2fad27 color RGB value is (47,173,39).

#2fad27 hex color red value is 47, green value is 173 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #2fad27 hue: 0.32 , saturation: 0.63 and the lightness value of 2fad27 is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 00101111 10101101 00100111
Octal 57 255 47
Decimal 47 173 39
Hex 2F AD 27

RGB Percentages of Color #2fad27

%18.15
%66.80
%15.06

CMYK Percentages of Color #2fad27

%73
%0
%77
%32

Triadic Colors of #2fad27

#2fad27 #272fad #ad272f

Analogous Colors of #2fad27

#2fad27 #27ad62 #72ad27

Monochromatic Colors of #2fad27

#2fad27

Complementary Color

#2fad27 #a527ad

#2fad27 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2fad27 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2fad27 Color CSS Codes

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

#2fad27 Text Font Color

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

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


#2fad27 Background Color

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

This div background color is #2fad27


#2fad27 Border Color

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

This div border color is #2fad27


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(47,173,39, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2fad27


Comments

No comments written yet.

Please login to write comment.