Color Hex Logo

#2eddbe Color Hex

#2EDDBE
(46,221,190)
0 Favorites   0 Comments

Color spaces of #2eddbe

RGB 46221190
HSL0.470.720.52
HSV169°79°87°
CMYK 0.790.000.14   0.13
XYZ36.277456.011557.6145
Yxy56.01150.24200.3737
Hunter Lab74.8408-44.44766.7455
CIE-Lab79.6204-49.46653.0967

#2eddbe color RGB value is (46,221,190).

#2eddbe hex color red value is 46, green value is 221 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #2eddbe hue: 0.47 , saturation: 0.72 and the lightness value of 2eddbe is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 00101110 11011101 10111110
Octal 56 335 276
Decimal 46 221 190
Hex 2E DD BE

RGB Percentages of Color #2eddbe

%10.07
%48.36
%41.58

CMYK Percentages of Color #2eddbe

%79
%0
%14
%13

Triadic Colors of #2eddbe

#2eddbe #be2edd #ddbe2e

Analogous Colors of #2eddbe

#2eddbe #2ea5dd #2edd67

Monochromatic Colors of #2eddbe

#2eddbe

Complementary Color

#2eddbe #dd2e4d

#2eddbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2eddbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#2eddbe Color CSS Codes

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

#2eddbe Text Font Color

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

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


#2eddbe Background Color

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

This div background color is #2eddbe


#2eddbe Border Color

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

This div border color is #2eddbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2eddbe


Comments

No comments written yet.

Please login to write comment.