Color Hex Logo

#2edcdc Color Hex

#2EDCDC
(46,220,220)
0 Favorites   0 Comments

Color spaces of #2edcdc

RGB 46220220
HSL0.500.710.52
HSV180°79°86°
CMYK 0.790.000.00   0.14
XYZ39.638256.934576.6105
Yxy56.93450.22890.3288
Hunter Lab75.4550-38.2761-7.3795
CIE-Lab80.1427-40.8471-12.1217

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101110 11011100 11011100
Octal 56 334 334
Decimal 46 220 220
Hex 2E DC DC

RGB Percentages of Color #2edcdc

%9.47
%45.27
%45.27

CMYK Percentages of Color #2edcdc

%79
%0
%0
%14

Triadic Colors of #2edcdc

#2edcdc #dc2edc #dcdc2e

Analogous Colors of #2edcdc

#2edcdc #2e85dc #2edc85

Monochromatic Colors of #2edcdc

#2edcdc

Complementary Color

#2edcdc #dc2e2e

#2edcdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2edcdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#2edcdc Color CSS Codes

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

#2edcdc Text Font Color

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

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


#2edcdc Background Color

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

This div background color is #2edcdc


#2edcdc Border Color

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

This div border color is #2edcdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2edcdc


Comments

No comments written yet.

Please login to write comment.