Color Hex Logo

#2eeedb Color Hex

#2EEEDB
(46,238,219)
0 Favorites   0 Comments

Color spaces of #2eeedb

RGB 46238219
HSL0.480.850.56
HSV174°81°93°
CMYK 0.810.000.08   0.07
XYZ44.487466.844477.5754
Yxy66.84440.23550.3538
Hunter Lab81.7584-45.94960.9744
CIE-Lab85.4253-48.9655-3.7575

#2eeedb color RGB value is (46,238,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101110 11101110 11011011
Octal 56 356 333
Decimal 46 238 219
Hex 2E EE DB

RGB Percentages of Color #2eeedb

%9.15
%47.32
%43.54

CMYK Percentages of Color #2eeedb

%81
%0
%8
%7

Triadic Colors of #2eeedb

#2eeedb #db2eee #eedb2e

Analogous Colors of #2eeedb

#2eeedb #2ea1ee #2eee7b

Monochromatic Colors of #2eeedb

#2eeedb

Complementary Color

#2eeedb #ee2e41

#2eeedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2eeedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#2eeedb Color CSS Codes

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

#2eeedb Text Font Color

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

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


#2eeedb Background Color

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

This div background color is #2eeedb


#2eeedb Border Color

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

This div border color is #2eeedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2eeedb


Comments

No comments written yet.

Please login to write comment.