Color Hex Logo

#2ed2ba Color Hex

#2ED2BA
(46,210,186)
0 Favorites   0 Comments

Color spaces of #2ed2ba

RGB 46210186
HSL0.480.650.50
HSV171°78°82°
CMYK 0.780.000.11   0.18
XYZ33.036250.219254.4065
Yxy50.21920.24000.3648
Hunter Lab70.8655-40.80124.0864
CIE-Lab76.2036-45.87920.2657

#2ed2ba color RGB value is (46,210,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101110 11010010 10111010
Octal 56 322 272
Decimal 46 210 186
Hex 2E D2 BA

RGB Percentages of Color #2ed2ba

%10.41
%47.51
%42.08

CMYK Percentages of Color #2ed2ba

%78
%0
%11
%18

Triadic Colors of #2ed2ba

#2ed2ba #ba2ed2 #d2ba2e

Analogous Colors of #2ed2ba

#2ed2ba #2e98d2 #2ed268

Monochromatic Colors of #2ed2ba

#2ed2ba

Complementary Color

#2ed2ba #d22e46

#2ed2ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ed2ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ed2ba Color CSS Codes

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

#2ed2ba Text Font Color

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

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


#2ed2ba Background Color

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

This div background color is #2ed2ba


#2ed2ba Border Color

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

This div border color is #2ed2ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ed2ba


Comments

No comments written yet.

Please login to write comment.