Color Hex Logo

#2eedab Color Hex

#2EEDAB
(46,237,171)
0 Favorites   0 Comments

Color spaces of #2eedab

RGB 46237171
HSL0.440.840.55
HSV159°81°93°
CMYK 0.810.000.28   0.07
XYZ38.761664.089548.8556
Yxy64.08950.25550.4225
Hunter Lab80.0559-53.671419.8563
CIE-Lab84.0123-60.300819.3211

#2eedab color RGB value is (46,237,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101110 11101101 10101011
Octal 56 355 253
Decimal 46 237 171
Hex 2E ED AB

RGB Percentages of Color #2eedab

%10.13
%52.20
%37.67

CMYK Percentages of Color #2eedab

%81
%0
%28
%7

Triadic Colors of #2eedab

#2eedab #ab2eed #edab2e

Analogous Colors of #2eedab

#2eedab #2ed0ed #2eed4c

Monochromatic Colors of #2eedab

#2eedab

Complementary Color

#2eedab #ed2e70

#2eedab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2eedab Color Preview on White Background

Lorem ipsum dolor sit amet.

#2eedab Color CSS Codes

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

#2eedab Text Font Color

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

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


#2eedab Background Color

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

This div background color is #2eedab


#2eedab Border Color

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

This div border color is #2eedab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2eedab


Comments

No comments written yet.

Please login to write comment.