Color Hex Logo

#2ec6db Color Hex

#2EC6DB
(46,198,219)
0 Favorites   0 Comments

Color spaces of #2ec6db

RGB 46198219
HSL0.520.710.52
HSV187°79°86°
CMYK 0.790.100.00   0.14
XYZ34.107046.083574.1152
Yxy46.08350.22100.2987
Hunter Lab67.8848-29.1157-17.2122
CIE-Lab73.5997-30.8975-21.4501

#2ec6db color RGB value is (46,198,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101110 11000110 11011011
Octal 56 306 333
Decimal 46 198 219
Hex 2E C6 DB

RGB Percentages of Color #2ec6db

%9.94
%42.76
%47.30

CMYK Percentages of Color #2ec6db

%79
%10
%0
%14

Triadic Colors of #2ec6db

#2ec6db #db2ec6 #c6db2e

Analogous Colors of #2ec6db

#2ec6db #2e70db #2edb9a

Monochromatic Colors of #2ec6db

#2ec6db

Complementary Color

#2ec6db #db432e

#2ec6db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ec6db Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ec6db Color CSS Codes

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

#2ec6db Text Font Color

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

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


#2ec6db Background Color

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

This div background color is #2ec6db


#2ec6db Border Color

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

This div border color is #2ec6db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ec6db


Comments

No comments written yet.

Please login to write comment.