Color Hex Logo

#2ed7df Color Hex

#2ED7DF
(46,215,223)
0 Favorites   0 Comments

Color spaces of #2ed7df

RGB 46215223
HSL0.510.730.53
HSV183°79°87°
CMYK 0.790.040.00   0.13
XYZ38.746454.509478.2913
Yxy54.50940.22590.3178
Hunter Lab73.8305-35.5261-11.1909
CIE-Lab78.7578-37.7005-15.8010

#2ed7df color RGB value is (46,215,223).

#2ed7df hex color red value is 46, green value is 215 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #2ed7df hue: 0.51 , saturation: 0.73 and the lightness value of 2ed7df is 0.53.

The process color (four color CMYK) of #2ed7df color hex is 0.79, 0.04, 0.00, 0.13. Web safe color of #2ed7df is #33cccc. Color #2ed7df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 11010111 11011111
Octal 56 327 337
Decimal 46 215 223
Hex 2E D7 DF

RGB Percentages of Color #2ed7df

%9.50
%44.42
%46.07

CMYK Percentages of Color #2ed7df

%79
%4
%0
%13

Triadic Colors of #2ed7df

#2ed7df #df2ed7 #d7df2e

Analogous Colors of #2ed7df

#2ed7df #2e7fdf #2edf8f

Monochromatic Colors of #2ed7df

#2ed7df

Complementary Color

#2ed7df #df362e

#2ed7df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ed7df Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ed7df Color CSS Codes

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

#2ed7df Text Font Color

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

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


#2ed7df Background Color

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

This div background color is #2ed7df


#2ed7df Border Color

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

This div border color is #2ed7df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ed7df


Comments

No comments written yet.

Please login to write comment.