Color Hex Logo

#2edadb Color Hex

#2EDADB
(46,218,219)
0 Favorites   0 Comments

Color spaces of #2edadb

RGB 46218219
HSL0.500.710.52
HSV180°79°86°
CMYK 0.790.000.00   0.14
XYZ38.984355.838175.7410
Yxy55.83810.22860.3274
Hunter Lab74.7249-37.6443-7.7888
CIE-Lab79.5216-40.2353-12.5171

#2edadb color RGB value is (46,218,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101110 11011010 11011011
Octal 56 332 333
Decimal 46 218 219
Hex 2E DA DB

RGB Percentages of Color #2edadb

%9.52
%45.13
%45.34

CMYK Percentages of Color #2edadb

%79
%0
%0
%14

Triadic Colors of #2edadb

#2edadb #db2eda #dadb2e

Analogous Colors of #2edadb

#2edadb #2e84db #2edb86

Monochromatic Colors of #2edadb

#2edadb

Complementary Color

#2edadb #db2f2e

#2edadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2edadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#2edadb Color CSS Codes

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

#2edadb Text Font Color

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

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


#2edadb Background Color

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

This div background color is #2edadb


#2edadb Border Color

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

This div border color is #2edadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2edadb


Comments

No comments written yet.

Please login to write comment.