Color Hex Logo

#2fedc7 Color Hex

#2FEDC7
(47,237,199)
0 Favorites   0 Comments

Color spaces of #2fedc7

RGB 47237199
HSL0.470.840.56
HSV168°80°93°
CMYK 0.800.000.16   0.07
XYZ41.765365.296264.4350
Yxy65.29620.24350.3807
Hunter Lab80.8061-49.15149.2862
CIE-Lab84.6361-53.64915.5977

#2fedc7 color RGB value is (47,237,199).

#2fedc7 hex color red value is 47, green value is 237 and the blue value of its RGB is 199. Cylindrical-coordinate representations (also known as HSL) of color #2fedc7 hue: 0.47 , saturation: 0.84 and the lightness value of 2fedc7 is 0.56.

The process color (four color CMYK) of #2fedc7 color hex is 0.80, 0.00, 0.16, 0.07. Web safe color of #2fedc7 is #33ffcc. Color #2fedc7 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101111 11101101 11000111
Octal 57 355 307
Decimal 47 237 199
Hex 2F ED C7

RGB Percentages of Color #2fedc7

%9.73
%49.07
%41.20

CMYK Percentages of Color #2fedc7

%80
%0
%16
%7

Triadic Colors of #2fedc7

#2fedc7 #c72fed #edc72f

Analogous Colors of #2fedc7

#2fedc7 #2fb4ed #2fed68

Monochromatic Colors of #2fedc7

#2fedc7

Complementary Color

#2fedc7 #ed2f55

#2fedc7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2fedc7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2fedc7 Color CSS Codes

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

#2fedc7 Text Font Color

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

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


#2fedc7 Background Color

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

This div background color is #2fedc7


#2fedc7 Border Color

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

This div border color is #2fedc7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2fedc7


Comments

No comments written yet.

Please login to write comment.