Color Hex Logo

#2edcac Color Hex

#2EDCAC
(46,220,172)
0 Favorites   0 Comments

Color spaces of #2edcac

RGB 46220172
HSL0.450.710.52
HSV163°79°86°
CMYK 0.790.000.22   0.14
XYZ34.166354.745847.7960
Yxy54.74580.24990.4005
Hunter Lab73.9904-47.057913.4934
CIE-Lab78.8946-53.514711.6125

#2edcac color RGB value is (46,220,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101110 11011100 10101100
Octal 56 334 254
Decimal 46 220 172
Hex 2E DC AC

RGB Percentages of Color #2edcac

%10.50
%50.23
%39.27

CMYK Percentages of Color #2edcac

%79
%0
%22
%14

Triadic Colors of #2edcac

#2edcac #ac2edc #dcac2e

Analogous Colors of #2edcac

#2edcac #2eb5dc #2edc55

Monochromatic Colors of #2edcac

#2edcac

Complementary Color

#2edcac #dc2e5e

#2edcac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2edcac Color Preview on White Background

Lorem ipsum dolor sit amet.

#2edcac Color CSS Codes

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

#2edcac Text Font Color

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

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


#2edcac Background Color

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

This div background color is #2edcac


#2edcac Border Color

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

This div border color is #2edcac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2edcac


Comments

No comments written yet.

Please login to write comment.