Color Hex Logo

#2ff884 Color Hex

#2FF884
(47,248,132)
0 Favorites   0 Comments

Color spaces of #2ff884

RGB 47248132
HSL0.400.930.58
HSV145°81°97°
CMYK 0.810.000.47   0.03
XYZ38.904569.405133.1758
Yxy69.40510.27500.4905
Hunter Lab83.3097-62.435034.7062
CIE-Lab86.7043-71.448742.4953

#2ff884 color RGB value is (47,248,132).

#2ff884 hex color red value is 47, green value is 248 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #2ff884 hue: 0.40 , saturation: 0.93 and the lightness value of 2ff884 is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 00101111 11111000 10000100
Octal 57 370 204
Decimal 47 248 132
Hex 2F F8 84

RGB Percentages of Color #2ff884

%11.01
%58.08
%30.91

CMYK Percentages of Color #2ff884

%81
%0
%47
%3

Triadic Colors of #2ff884

#2ff884 #842ff8 #f8842f

Analogous Colors of #2ff884

#2ff884 #2ff8e9 #3ef82f

Monochromatic Colors of #2ff884

#2ff884

Complementary Color

#2ff884 #f82fa3

#2ff884 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ff884 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ff884 Color CSS Codes

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

#2ff884 Text Font Color

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

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


#2ff884 Background Color

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

This div background color is #2ff884


#2ff884 Border Color

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

This div border color is #2ff884


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ff884

Related Colors


Comments

No comments written yet.

Please login to write comment.