Color Hex Logo

#2ffeac Color Hex

#2FFEAC
(47,254,172)
0 Favorites   0 Comments

Color spaces of #2ffeac

RGB 47254172
HSL0.430.990.59
HSV156°81°100°
CMYK 0.810.000.32   0.00
XYZ44.060574.466551.0810
Yxy74.46650.25980.4391
Hunter Lab86.2940-59.874825.3096
CIE-Lab89.1425-66.233725.8758

#2ffeac color RGB value is (47,254,172).

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

The process color (four color CMYK) of #2ffeac color hex is 0.81, 0.00, 0.32, 0.00. Web safe color of #2ffeac is #33ff99. Color #2ffeac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101111 11111110 10101100
Octal 57 376 254
Decimal 47 254 172
Hex 2F FE AC

RGB Percentages of Color #2ffeac

%9.94
%53.70
%36.36

CMYK Percentages of Color #2ffeac

%81
%0
%32
%0

Triadic Colors of #2ffeac

#2ffeac #ac2ffe #feac2f

Analogous Colors of #2ffeac

#2ffeac #2fe9fe #2ffe45

Monochromatic Colors of #2ffeac

#2ffeac

Complementary Color

#2ffeac #fe2f81

#2ffeac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ffeac Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ffeac Color CSS Codes

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

#2ffeac Text Font Color

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

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


#2ffeac Background Color

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

This div background color is #2ffeac


#2ffeac Border Color

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

This div border color is #2ffeac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ffeac


Comments

No comments written yet.

Please login to write comment.