Color Hex Logo

#2ecddc Color Hex

#2ECDDC
(46,205,220)
0 Favorites   0 Comments

Color spaces of #2ecddc

RGB 46205220
HSL0.510.710.52
HSV185°79°86°
CMYK 0.790.070.00   0.14
XYZ35.876349.410875.3565
Yxy49.41080.22330.3076
Hunter Lab70.2928-31.9090-14.3561
CIE-Lab75.7062-33.9366-18.7950

#2ecddc color RGB value is (46,205,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101110 11001101 11011100
Octal 56 315 334
Decimal 46 205 220
Hex 2E CD DC

RGB Percentages of Color #2ecddc

%9.77
%43.52
%46.71

CMYK Percentages of Color #2ecddc

%79
%7
%0
%14

Triadic Colors of #2ecddc

#2ecddc #dc2ecd #cddc2e

Analogous Colors of #2ecddc

#2ecddc #2e76dc #2edc94

Monochromatic Colors of #2ecddc

#2ecddc

Complementary Color

#2ecddc #dc3d2e

#2ecddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ecddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ecddc Color CSS Codes

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

#2ecddc Text Font Color

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

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


#2ecddc Background Color

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

This div background color is #2ecddc


#2ecddc Border Color

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

This div border color is #2ecddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ecddc


Comments

No comments written yet.

Please login to write comment.