Color Hex Logo

#2ffdaa Color Hex

#2FFDAA
(47,253,170)
0 Favorites   0 Comments

Color spaces of #2ffdaa

RGB 47253170
HSL0.430.980.59
HSV156°81°99°
CMYK 0.810.000.33   0.01
XYZ43.553373.757249.9713
Yxy73.75720.26040.4409
Hunter Lab85.8820-59.770925.6189
CIE-Lab88.8076-66.280726.4320

#2ffdaa color RGB value is (47,253,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101111 11111101 10101010
Octal 57 375 252
Decimal 47 253 170
Hex 2F FD AA

RGB Percentages of Color #2ffdaa

%10.00
%53.83
%36.17

CMYK Percentages of Color #2ffdaa

%81
%0
%33
%1

Triadic Colors of #2ffdaa

#2ffdaa #aa2ffd #fdaa2f

Analogous Colors of #2ffdaa

#2ffdaa #2fe9fd #2ffd43

Monochromatic Colors of #2ffdaa

#2ffdaa

Complementary Color

#2ffdaa #fd2f82

#2ffdaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ffdaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ffdaa Color CSS Codes

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

#2ffdaa Text Font Color

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

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


#2ffdaa Background Color

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

This div background color is #2ffdaa


#2ffdaa Border Color

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

This div border color is #2ffdaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ffdaa

Related Colors


Comments

No comments written yet.

Please login to write comment.