Color Hex Logo

#2fac5e Color Hex

#2FAC5E
(47,172,94)
0 Favorites   0 Comments

Color spaces of #2fac5e

RGB 4717294
HSL0.400.570.43
HSV143°73°67°
CMYK 0.730.000.45   0.33
XYZ17.945230.917515.6115
Yxy30.91750.27830.4795
Hunter Lab55.6035-39.697922.2759
CIE-Lab62.4379-51.254330.5591

#2fac5e color RGB value is (47,172,94).

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

The process color (four color CMYK) of #2fac5e color hex is 0.73, 0.00, 0.45, 0.33. Web safe color of #2fac5e is #339966. Color #2fac5e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101111 10101100 01011110
Octal 57 254 136
Decimal 47 172 94
Hex 2F AC 5E

RGB Percentages of Color #2fac5e

%15.02
%54.95
%30.03

CMYK Percentages of Color #2fac5e

%73
%0
%45
%33

Triadic Colors of #2fac5e

#2fac5e #5e2fac #ac5e2f

Analogous Colors of #2fac5e

#2fac5e #2fac9d #3fac2f

Monochromatic Colors of #2fac5e

#2fac5e

Complementary Color

#2fac5e #ac2f7d

#2fac5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2fac5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#2fac5e Color CSS Codes

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

#2fac5e Text Font Color

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

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


#2fac5e Background Color

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

This div background color is #2fac5e


#2fac5e Border Color

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

This div border color is #2fac5e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2fac5e


Comments

No comments written yet.

Please login to write comment.