Color Hex Logo

#2edfbb Color Hex

#2EDFBB
(46,223,187)
0 Favorites   0 Comments

Color spaces of #2edfbb

RGB 46223187
HSL0.470.730.53
HSV168°79°87°
CMYK 0.790.000.16   0.13
XYZ36.484056.944156.0821
Yxy56.94410.24400.3809
Hunter Lab75.4613-45.75628.7592
CIE-Lab80.1481-51.05425.4538

#2edfbb color RGB value is (46,223,187).

#2edfbb hex color red value is 46, green value is 223 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #2edfbb hue: 0.47 , saturation: 0.73 and the lightness value of 2edfbb is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 00101110 11011111 10111011
Octal 56 337 273
Decimal 46 223 187
Hex 2E DF BB

RGB Percentages of Color #2edfbb

%10.09
%48.90
%41.01

CMYK Percentages of Color #2edfbb

%79
%0
%16
%13

Triadic Colors of #2edfbb

#2edfbb #bb2edf #dfbb2e

Analogous Colors of #2edfbb

#2edfbb #2eabdf #2edf63

Monochromatic Colors of #2edfbb

#2edfbb

Complementary Color

#2edfbb #df2e52

#2edfbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2edfbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#2edfbb Color CSS Codes

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

#2edfbb Text Font Color

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

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


#2edfbb Background Color

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

This div background color is #2edfbb


#2edfbb Border Color

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

This div border color is #2edfbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2edfbb


Comments

No comments written yet.

Please login to write comment.