Color Hex Logo

#2edbbf Color Hex

#2EDBBF
(46,219,191)
0 Favorites   0 Comments

Color spaces of #2edbbf

RGB 46219191
HSL0.470.710.52
HSV170°79°86°
CMYK 0.790.000.13   0.14
XYZ35.862255.005558.0172
Yxy55.00550.24090.3694
Hunter Lab74.1657-43.47785.5355
CIE-Lab79.0444-48.37301.7277

#2edbbf color RGB value is (46,219,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101110 11011011 10111111
Octal 56 333 277
Decimal 46 219 191
Hex 2E DB BF

RGB Percentages of Color #2edbbf

%10.09
%48.03
%41.89

CMYK Percentages of Color #2edbbf

%79
%0
%13
%14

Triadic Colors of #2edbbf

#2edbbf #bf2edb #dbbf2e

Analogous Colors of #2edbbf

#2edbbf #2ea1db #2edb69

Monochromatic Colors of #2edbbf

#2edbbf

Complementary Color

#2edbbf #db2e4a

#2edbbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2edbbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#2edbbf Color CSS Codes

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

#2edbbf Text Font Color

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

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


#2edbbf Background Color

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

This div background color is #2edbbf


#2edbbf Border Color

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

This div border color is #2edbbf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(46,219,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 #2edbbf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2edbbf


Comments

No comments written yet.

Please login to write comment.