Color Hex Logo

#2edcba Color Hex

#2EDCBA
(46,220,186)
0 Favorites   0 Comments

Color spaces of #2edcba

RGB 46220186
HSL0.470.710.52
HSV168°79°86°
CMYK 0.790.000.15   0.14
XYZ35.582855.312455.2553
Yxy55.31240.24350.3785
Hunter Lab74.3723-44.74978.0108
CIE-Lab79.2209-50.07424.6468

#2edcba color RGB value is (46,220,186).

#2edcba hex color red value is 46, green value is 220 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #2edcba hue: 0.47 , saturation: 0.71 and the lightness value of 2edcba is 0.52.

The process color (four color CMYK) of #2edcba color hex is 0.79, 0.00, 0.15, 0.14. Web safe color of #2edcba is #33cccc. Color #2edcba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 11011100 10111010
Octal 56 334 272
Decimal 46 220 186
Hex 2E DC BA

RGB Percentages of Color #2edcba

%10.18
%48.67
%41.15

CMYK Percentages of Color #2edcba

%79
%0
%15
%14

Triadic Colors of #2edcba

#2edcba #ba2edc #dcba2e

Analogous Colors of #2edcba

#2edcba #2ea7dc #2edc63

Monochromatic Colors of #2edcba

#2edcba

Complementary Color

#2edcba #dc2e50

#2edcba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2edcba Color Preview on White Background

Lorem ipsum dolor sit amet.

#2edcba Color CSS Codes

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

#2edcba Text Font Color

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

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


#2edcba Background Color

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

This div background color is #2edcba


#2edcba Border Color

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

This div border color is #2edcba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(46,220,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 #2edcba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2edcba


Comments

No comments written yet.

Please login to write comment.