Color Hex Logo

#2edcbd Color Hex

#2EDCBD
(46,220,189)
0 Favorites   0 Comments

Color spaces of #2edcbd

RGB 46220189
HSL0.470.710.52
HSV169°79°86°
CMYK 0.790.000.14   0.14
XYZ35.905255.441456.9530
Yxy55.44140.24210.3738
Hunter Lab74.4590-44.22796.7709
CIE-Lab79.2948-49.30803.1569

#2edcbd color RGB value is (46,220,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101110 11011100 10111101
Octal 56 334 275
Decimal 46 220 189
Hex 2E DC BD

RGB Percentages of Color #2edcbd

%10.11
%48.35
%41.54

CMYK Percentages of Color #2edcbd

%79
%0
%14
%14

Triadic Colors of #2edcbd

#2edcbd #bd2edc #dcbd2e

Analogous Colors of #2edcbd

#2edcbd #2ea4dc #2edc66

Monochromatic Colors of #2edcbd

#2edcbd

Complementary Color

#2edcbd #dc2e4d

#2edcbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2edcbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#2edcbd Color CSS Codes

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

#2edcbd Text Font Color

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

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


#2edcbd Background Color

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

This div background color is #2edcbd


#2edcbd Border Color

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

This div border color is #2edcbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2edcbd


Comments

No comments written yet.

Please login to write comment.