Color Hex Logo

#2edcdb Color Hex

#2EDCDB
(46,220,219)
0 Favorites   0 Comments

Color spaces of #2edcdb

RGB 46220219
HSL0.500.710.52
HSV180°79°86°
CMYK 0.790.000.00   0.14
XYZ39.506156.881775.9149
Yxy56.88170.22930.3301
Hunter Lab75.4200-38.4840-6.8851
CIE-Lab80.1130-41.1344-11.6329

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101110 11011100 11011011
Octal 56 334 333
Decimal 46 220 219
Hex 2E DC DB

RGB Percentages of Color #2edcdb

%9.48
%45.36
%45.15

CMYK Percentages of Color #2edcdb

%79
%0
%0
%14

Triadic Colors of #2edcdb

#2edcdb #db2edc #dcdb2e

Analogous Colors of #2edcdb

#2edcdb #2e86dc #2edc84

Monochromatic Colors of #2edcdb

#2edcdb

Complementary Color

#2edcdb #dc2e2f

#2edcdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2edcdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#2edcdb Color CSS Codes

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

#2edcdb Text Font Color

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

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


#2edcdb Background Color

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

This div background color is #2edcdb


#2edcdb Border Color

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

This div border color is #2edcdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2edcdb


Comments

No comments written yet.

Please login to write comment.