Color Hex Logo

#2fd7cc Color Hex

#2FD7CC
(47,215,204)
0 Favorites   0 Comments

Color spaces of #2fd7cc

RGB 47215204
HSL0.490.680.51
HSV176°78°84°
CMYK 0.780.000.05   0.16
XYZ36.371853.564865.5488
Yxy53.56480.23390.3445
Hunter Lab73.1880-39.3709-1.8699
CIE-Lab78.2073-43.0613-6.4485

#2fd7cc color RGB value is (47,215,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101111 11010111 11001100
Octal 57 327 314
Decimal 47 215 204
Hex 2F D7 CC

RGB Percentages of Color #2fd7cc

%10.09
%46.14
%43.78

CMYK Percentages of Color #2fd7cc

%78
%0
%5
%16

Triadic Colors of #2fd7cc

#2fd7cc #cc2fd7 #d7cc2f

Analogous Colors of #2fd7cc

#2fd7cc #2f8ed7 #2fd778

Monochromatic Colors of #2fd7cc

#2fd7cc

Complementary Color

#2fd7cc #d72f3a

#2fd7cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2fd7cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#2fd7cc Color CSS Codes

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

#2fd7cc Text Font Color

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

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


#2fd7cc Background Color

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

This div background color is #2fd7cc


#2fd7cc Border Color

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

This div border color is #2fd7cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2fd7cc


Comments

No comments written yet.

Please login to write comment.