Color Hex Logo

#2eedda Color Hex

#2EEDDA
(46,237,218)
0 Favorites   0 Comments

Color spaces of #2eedda

RGB 46237218
HSL0.480.840.55
HSV174°81°93°
CMYK 0.810.000.08   0.07
XYZ44.065866.211276.7872
Yxy66.21120.23560.3539
Hunter Lab81.3703-45.73191.0086
CIE-Lab85.1040-48.8110-3.7044

#2eedda color RGB value is (46,237,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101110 11101101 11011010
Octal 56 355 332
Decimal 46 237 218
Hex 2E ED DA

RGB Percentages of Color #2eedda

%9.18
%47.31
%43.51

CMYK Percentages of Color #2eedda

%81
%0
%8
%7

Triadic Colors of #2eedda

#2eedda #da2eed #edda2e

Analogous Colors of #2eedda

#2eedda #2ea1ed #2eed7b

Monochromatic Colors of #2eedda

#2eedda

Complementary Color

#2eedda #ed2e41

#2eedda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2eedda Color Preview on White Background

Lorem ipsum dolor sit amet.

#2eedda Color CSS Codes

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

#2eedda Text Font Color

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

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


#2eedda Background Color

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

This div background color is #2eedda


#2eedda Border Color

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

This div border color is #2eedda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2eedda


Comments

No comments written yet.

Please login to write comment.