Color Hex Logo

#2fedad Color Hex

#2FEDAD
(47,237,173)
0 Favorites   0 Comments

Color spaces of #2fedad

RGB 47237173
HSL0.440.840.56
HSV160°80°93°
CMYK 0.800.000.27   0.07
XYZ38.999364.189849.8696
Yxy64.18980.25480.4194
Hunter Lab80.1185-53.319019.1781
CIE-Lab84.0645-59.769118.3590

#2fedad color RGB value is (47,237,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101111 11101101 10101101
Octal 57 355 255
Decimal 47 237 173
Hex 2F ED AD

RGB Percentages of Color #2fedad

%10.28
%51.86
%37.86

CMYK Percentages of Color #2fedad

%80
%0
%27
%7

Triadic Colors of #2fedad

#2fedad #ad2fed #edad2f

Analogous Colors of #2fedad

#2fedad #2fceed #2fed4e

Monochromatic Colors of #2fedad

#2fedad

Complementary Color

#2fedad #ed2f6f

#2fedad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2fedad Color Preview on White Background

Lorem ipsum dolor sit amet.

#2fedad Color CSS Codes

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

#2fedad Text Font Color

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

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


#2fedad Background Color

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

This div background color is #2fedad


#2fedad Border Color

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

This div border color is #2fedad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2fedad


Comments

No comments written yet.

Please login to write comment.