Color Hex Logo

#2fedaf Color Hex

#2FEDAF
(47,237,175)
0 Favorites   0 Comments

Color spaces of #2fedaf

RGB 47237175
HSL0.450.840.56
HSV160°80°93°
CMYK 0.800.000.26   0.07
XYZ39.194364.267950.8966
Yxy64.26790.25390.4164
Hunter Lab80.1673-53.022918.4750
CIE-Lab84.1051-59.325817.3778

#2fedaf color RGB value is (47,237,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101111 11101101 10101111
Octal 57 355 257
Decimal 47 237 175
Hex 2F ED AF

RGB Percentages of Color #2fedaf

%10.24
%51.63
%38.13

CMYK Percentages of Color #2fedaf

%80
%0
%26
%7

Triadic Colors of #2fedaf

#2fedaf #af2fed #edaf2f

Analogous Colors of #2fedaf

#2fedaf #2fcced #2fed50

Monochromatic Colors of #2fedaf

#2fedaf

Complementary Color

#2fedaf #ed2f6d

#2fedaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2fedaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#2fedaf Color CSS Codes

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

#2fedaf Text Font Color

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

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


#2fedaf Background Color

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

This div background color is #2fedaf


#2fedaf Border Color

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

This div border color is #2fedaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2fedaf


Comments

No comments written yet.

Please login to write comment.