Color Hex Logo

#2edbab Color Hex

#2EDBAB
(46,219,171)
0 Favorites   0 Comments

Color spaces of #2edbab

RGB 46219171
HSL0.450.710.52
HSV163°79°86°
CMYK 0.790.000.22   0.14
XYZ33.808954.184247.2048
Yxy54.18420.25010.4008
Hunter Lab73.6099-46.832613.5053
CIE-Lab78.5690-53.355211.6804

#2edbab color RGB value is (46,219,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101110 11011011 10101011
Octal 56 333 253
Decimal 46 219 171
Hex 2E DB AB

RGB Percentages of Color #2edbab

%10.55
%50.23
%39.22

CMYK Percentages of Color #2edbab

%79
%0
%22
%14

Triadic Colors of #2edbab

#2edbab #ab2edb #dbab2e

Analogous Colors of #2edbab

#2edbab #2eb5db #2edb55

Monochromatic Colors of #2edbab

#2edbab

Complementary Color

#2edbab #db2e5e

#2edbab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2edbab Color Preview on White Background

Lorem ipsum dolor sit amet.

#2edbab Color CSS Codes

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

#2edbab Text Font Color

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

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


#2edbab Background Color

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

This div background color is #2edbab


#2edbab Border Color

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

This div border color is #2edbab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2edbab


Comments

No comments written yet.

Please login to write comment.