Color Hex Logo

#2edac2 Color Hex

#2EDAC2
(46,218,194)
0 Favorites   0 Comments

Color spaces of #2edac2

RGB 46218194
HSL0.480.700.52
HSV172°79°85°
CMYK 0.790.000.11   0.15
XYZ35.935754.618759.6874
Yxy54.61870.23920.3635
Hunter Lab73.9045-42.53803.8488
CIE-Lab78.8211-47.1638-0.1985

#2edac2 color RGB value is (46,218,194).

#2edac2 hex color red value is 46, green value is 218 and the blue value of its RGB is 194. Cylindrical-coordinate representations (also known as HSL) of color #2edac2 hue: 0.48 , saturation: 0.70 and the lightness value of 2edac2 is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 00101110 11011010 11000010
Octal 56 332 302
Decimal 46 218 194
Hex 2E DA C2

RGB Percentages of Color #2edac2

%10.04
%47.60
%42.36

CMYK Percentages of Color #2edac2

%79
%0
%11
%15

Triadic Colors of #2edac2

#2edac2 #c22eda #dac22e

Analogous Colors of #2edac2

#2edac2 #2e9cda #2eda6c

Monochromatic Colors of #2edac2

#2edac2

Complementary Color

#2edac2 #da2e46

#2edac2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2edac2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2edac2 Color CSS Codes

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

#2edac2 Text Font Color

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

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


#2edac2 Background Color

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

This div background color is #2edac2


#2edac2 Border Color

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

This div border color is #2edac2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2edac2


Comments

No comments written yet.

Please login to write comment.