Color Hex Logo

#2eeddb Color Hex

#2EEDDB
(46,237,219)
0 Favorites   0 Comments

Color spaces of #2eeddb

RGB 46237219
HSL0.480.840.55
HSV174°81°93°
CMYK 0.810.000.08   0.07
XYZ44.197166.263777.4786
Yxy66.26370.23520.3526
Hunter Lab81.4025-45.53870.5498
CIE-Lab85.1307-48.5421-4.1910

#2eeddb color RGB value is (46,237,219).

#2eeddb hex color red value is 46, green value is 237 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #2eeddb hue: 0.48 , saturation: 0.84 and the lightness value of 2eeddb is 0.55.

The process color (four color CMYK) of #2eeddb color hex is 0.81, 0.00, 0.08, 0.07. Web safe color of #2eeddb is #33ffcc. Color #2eeddb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 11101101 11011011
Octal 56 355 333
Decimal 46 237 219
Hex 2E ED DB

RGB Percentages of Color #2eeddb

%9.16
%47.21
%43.63

CMYK Percentages of Color #2eeddb

%81
%0
%8
%7

Triadic Colors of #2eeddb

#2eeddb #db2eed #eddb2e

Analogous Colors of #2eeddb

#2eeddb #2ea0ed #2eed7c

Monochromatic Colors of #2eeddb

#2eeddb

Complementary Color

#2eeddb #ed2e40

#2eeddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2eeddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#2eeddb Color CSS Codes

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

#2eeddb Text Font Color

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

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


#2eeddb Background Color

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

This div background color is #2eeddb


#2eeddb Border Color

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

This div border color is #2eeddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2eeddb


Comments

No comments written yet.

Please login to write comment.