Color Hex Logo

#2fd7aa Color Hex

#2FD7AA
(47,215,170)
0 Favorites   0 Comments

Color spaces of #2fd7aa

RGB 47215170
HSL0.460.680.51
HSV164°78°84°
CMYK 0.780.000.21   0.16
XYZ32.728452.107546.3630
Yxy52.10750.24950.3972
Hunter Lab72.1855-45.394012.4493
CIE-Lab77.3451-51.894610.4754

#2fd7aa color RGB value is (47,215,170).

#2fd7aa hex color red value is 47, green value is 215 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #2fd7aa hue: 0.46 , saturation: 0.68 and the lightness value of 2fd7aa is 0.51.

The process color (four color CMYK) of #2fd7aa color hex is 0.78, 0.00, 0.21, 0.16. Web safe color of #2fd7aa is #33cc99. Color #2fd7aa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101111 11010111 10101010
Octal 57 327 252
Decimal 47 215 170
Hex 2F D7 AA

RGB Percentages of Color #2fd7aa

%10.88
%49.77
%39.35

CMYK Percentages of Color #2fd7aa

%78
%0
%21
%16

Triadic Colors of #2fd7aa

#2fd7aa #aa2fd7 #d7aa2f

Analogous Colors of #2fd7aa

#2fd7aa #2fb0d7 #2fd756

Monochromatic Colors of #2fd7aa

#2fd7aa

Complementary Color

#2fd7aa #d72f5c

#2fd7aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2fd7aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#2fd7aa Color CSS Codes

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

#2fd7aa Text Font Color

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

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


#2fd7aa Background Color

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

This div background color is #2fd7aa


#2fd7aa Border Color

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

This div border color is #2fd7aa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(47,215,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 #2fd7aa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2fd7aa


Comments

No comments written yet.

Please login to write comment.