Color Hex Logo

#2edcbf Color Hex

#2EDCBF
(46,220,191)
0 Favorites   0 Comments

Color spaces of #2edcbf

RGB 46220191
HSL0.470.710.52
HSV170°79°86°
CMYK 0.790.000.13   0.14
XYZ36.123955.528858.1044
Yxy55.52880.24120.3708
Hunter Lab74.5176-43.87455.9316
CIE-Lab79.3449-48.79132.1645

#2edcbf color RGB value is (46,220,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101110 11011100 10111111
Octal 56 334 277
Decimal 46 220 191
Hex 2E DC BF

RGB Percentages of Color #2edcbf

%10.07
%48.14
%41.79

CMYK Percentages of Color #2edcbf

%79
%0
%13
%14

Triadic Colors of #2edcbf

#2edcbf #bf2edc #dcbf2e

Analogous Colors of #2edcbf

#2edcbf #2ea2dc #2edc68

Monochromatic Colors of #2edcbf

#2edcbf

Complementary Color

#2edcbf #dc2e4b

#2edcbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2edcbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#2edcbf Color CSS Codes

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

#2edcbf Text Font Color

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

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


#2edcbf Background Color

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

This div background color is #2edcbf


#2edcbf Border Color

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

This div border color is #2edcbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2edcbf


Comments

No comments written yet.

Please login to write comment.