Color Hex Logo

#2fc4aa Color Hex

#2FC4AA
(47,196,170)
0 Favorites   0 Comments

Color spaces of #2fc4aa

RGB 47196170
HSL0.470.610.48
HSV170°76°77°
CMYK 0.760.000.13   0.23
XYZ28.167942.986544.8428
Yxy42.98650.24280.3706
Hunter Lab65.5641-38.04935.3433
CIE-Lab71.5458-43.99632.1395

#2fc4aa color RGB value is (47,196,170).

#2fc4aa hex color red value is 47, green value is 196 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #2fc4aa hue: 0.47 , saturation: 0.61 and the lightness value of 2fc4aa is 0.48.

The process color (four color CMYK) of #2fc4aa color hex is 0.76, 0.00, 0.13, 0.23. Web safe color of #2fc4aa is #33cc99. Color #2fc4aa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101111 11000100 10101010
Octal 57 304 252
Decimal 47 196 170
Hex 2F C4 AA

RGB Percentages of Color #2fc4aa

%11.38
%47.46
%41.16

CMYK Percentages of Color #2fc4aa

%76
%0
%13
%23

Triadic Colors of #2fc4aa

#2fc4aa #aa2fc4 #c4aa2f

Analogous Colors of #2fc4aa

#2fc4aa #2f94c4 #2fc460

Monochromatic Colors of #2fc4aa

#2fc4aa

Complementary Color

#2fc4aa #c42f49

#2fc4aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2fc4aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#2fc4aa Color CSS Codes

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

#2fc4aa Text Font Color

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

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


#2fc4aa Background Color

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

This div background color is #2fc4aa


#2fc4aa Border Color

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

This div border color is #2fc4aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2fc4aa


Comments

No comments written yet.

Please login to write comment.