Color Hex Logo

#2ed3cf Color Hex

#2ED3CF
(46,211,207)
0 Favorites   0 Comments

Color spaces of #2ed3cf

RGB 46211207
HSL0.500.650.50
HSV179°78°83°
CMYK 0.780.000.02   0.17
XYZ35.683551.674467.1249
Yxy51.67440.23100.3345
Hunter Lab71.8849-37.1916-5.0446
CIE-Lab77.0857-40.5314-9.7250

#2ed3cf color RGB value is (46,211,207).

#2ed3cf hex color red value is 46, green value is 211 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #2ed3cf hue: 0.50 , saturation: 0.65 and the lightness value of 2ed3cf is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 00101110 11010011 11001111
Octal 56 323 317
Decimal 46 211 207
Hex 2E D3 CF

RGB Percentages of Color #2ed3cf

%9.91
%45.47
%44.61

CMYK Percentages of Color #2ed3cf

%78
%0
%2
%17

Triadic Colors of #2ed3cf

#2ed3cf #cf2ed3 #d3cf2e

Analogous Colors of #2ed3cf

#2ed3cf #2e85d3 #2ed37d

Monochromatic Colors of #2ed3cf

#2ed3cf

Complementary Color

#2ed3cf #d32e32

#2ed3cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ed3cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ed3cf Color CSS Codes

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

#2ed3cf Text Font Color

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

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


#2ed3cf Background Color

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

This div background color is #2ed3cf


#2ed3cf Border Color

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

This div border color is #2ed3cf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(46,211,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2ed3cf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2ed3cf;
  -webkit-box-shadow: 1px 1px 3px 2px #2ed3cf;
  box-shadow:         1px 1px 3px 2px #2ed3cf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(46,211,207, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ed3cf


Comments

No comments written yet.

Please login to write comment.