Color Hex Logo

#2ec4dc Color Hex

#2EC4DC
(46,196,220)
0 Favorites   0 Comments

Color spaces of #2ec4dc

RGB 46196220
HSL0.520.710.52
HSV188°79°86°
CMYK 0.790.110.00   0.14
XYZ33.784945.228074.6594
Yxy45.22800.21990.2943
Hunter Lab67.2518-28.0185-18.7444
CIE-Lab73.0418-29.6147-22.8416

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101110 11000100 11011100
Octal 56 304 334
Decimal 46 196 220
Hex 2E C4 DC

RGB Percentages of Color #2ec4dc

%9.96
%42.42
%47.62

CMYK Percentages of Color #2ec4dc

%79
%11
%0
%14

Triadic Colors of #2ec4dc

#2ec4dc #dc2ec4 #c4dc2e

Analogous Colors of #2ec4dc

#2ec4dc #2e6ddc #2edc9d

Monochromatic Colors of #2ec4dc

#2ec4dc

Complementary Color

#2ec4dc #dc462e

#2ec4dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ec4dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ec4dc Color CSS Codes

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

#2ec4dc Text Font Color

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

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


#2ec4dc Background Color

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

This div background color is #2ec4dc


#2ec4dc Border Color

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

This div border color is #2ec4dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ec4dc


Comments

No comments written yet.

Please login to write comment.