Color Hex Logo

#2ed4bb Color Hex

#2ED4BB
(46,212,187)
0 Favorites   0 Comments

Color spaces of #2ed4bb

RGB 46212187
HSL0.470.660.51
HSV171°78°83°
CMYK 0.780.000.12   0.17
XYZ33.639851.255755.1340
Yxy51.25570.24020.3660
Hunter Lab71.5931-41.41524.4558
CIE-Lab76.8336-46.46680.6477

#2ed4bb color RGB value is (46,212,187).

#2ed4bb hex color red value is 46, green value is 212 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #2ed4bb hue: 0.47 , saturation: 0.66 and the lightness value of 2ed4bb is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 00101110 11010100 10111011
Octal 56 324 273
Decimal 46 212 187
Hex 2E D4 BB

RGB Percentages of Color #2ed4bb

%10.34
%47.64
%42.02

CMYK Percentages of Color #2ed4bb

%78
%0
%12
%17

Triadic Colors of #2ed4bb

#2ed4bb #bb2ed4 #d4bb2e

Analogous Colors of #2ed4bb

#2ed4bb #2e9ad4 #2ed468

Monochromatic Colors of #2ed4bb

#2ed4bb

Complementary Color

#2ed4bb #d42e47

#2ed4bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ed4bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ed4bb Color CSS Codes

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

#2ed4bb Text Font Color

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

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


#2ed4bb Background Color

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

This div background color is #2ed4bb


#2ed4bb Border Color

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

This div border color is #2ed4bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ed4bb


Comments

No comments written yet.

Please login to write comment.