Color Hex Logo

#2ed1bf Color Hex

#2ED1BF
(46,209,191)
0 Favorites   0 Comments

Color spaces of #2ed1bf

RGB 46209191
HSL0.480.640.50
HSV173°78°82°
CMYK 0.780.000.09   0.18
XYZ33.331149.943457.1735
Yxy49.94340.23730.3556
Hunter Lab70.6706-39.48591.5030
CIE-Lab76.0345-44.1074-2.6720

#2ed1bf color RGB value is (46,209,191).

#2ed1bf hex color red value is 46, green value is 209 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #2ed1bf hue: 0.48 , saturation: 0.64 and the lightness value of 2ed1bf is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 00101110 11010001 10111111
Octal 56 321 277
Decimal 46 209 191
Hex 2E D1 BF

RGB Percentages of Color #2ed1bf

%10.31
%46.86
%42.83

CMYK Percentages of Color #2ed1bf

%78
%0
%9
%18

Triadic Colors of #2ed1bf

#2ed1bf #bf2ed1 #d1bf2e

Analogous Colors of #2ed1bf

#2ed1bf #2e92d1 #2ed16e

Monochromatic Colors of #2ed1bf

#2ed1bf

Complementary Color

#2ed1bf #d12e40

#2ed1bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ed1bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ed1bf Color CSS Codes

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

#2ed1bf Text Font Color

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

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


#2ed1bf Background Color

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

This div background color is #2ed1bf


#2ed1bf Border Color

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

This div border color is #2ed1bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ed1bf


Comments

No comments written yet.

Please login to write comment.