Color Hex Logo

#2ecadc Color Hex

#2ECADC
(46,202,220)
0 Favorites   0 Comments

Color spaces of #2ecadc

RGB 46202220
HSL0.520.710.52
HSV186°79°86°
CMYK 0.790.080.00   0.14
XYZ35.165547.989275.1196
Yxy47.98920.22220.3032
Hunter Lab69.2742-30.6184-15.8009
CIE-Lab74.8181-32.5111-20.1406

#2ecadc color RGB value is (46,202,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101110 11001010 11011100
Octal 56 312 334
Decimal 46 202 220
Hex 2E CA DC

RGB Percentages of Color #2ecadc

%9.83
%43.16
%47.01

CMYK Percentages of Color #2ecadc

%79
%8
%0
%14

Triadic Colors of #2ecadc

#2ecadc #dc2eca #cadc2e

Analogous Colors of #2ecadc

#2ecadc #2e73dc #2edc97

Monochromatic Colors of #2ecadc

#2ecadc

Complementary Color

#2ecadc #dc402e

#2ecadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ecadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ecadc Color CSS Codes

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

#2ecadc Text Font Color

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

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


#2ecadc Background Color

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

This div background color is #2ecadc


#2ecadc Border Color

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

This div border color is #2ecadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ecadc


Comments

No comments written yet.

Please login to write comment.