Color Hex Logo

#2efdbd Color Hex

#2EFDBD
(46,253,189)
0 Favorites   0 Comments

Color spaces of #2efdbd

RGB 46253189
HSL0.450.980.59
HSV161°82°99°
CMYK 0.820.000.25   0.01
XYZ45.437374.505560.1303
Yxy74.50550.25230.4138
Hunter Lab86.3166-57.091119.1187
CIE-Lab89.1609-62.323417.2247

#2efdbd color RGB value is (46,253,189).

#2efdbd hex color red value is 46, green value is 253 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #2efdbd hue: 0.45 , saturation: 0.98 and the lightness value of 2efdbd is 0.59.

The process color (four color CMYK) of #2efdbd color hex is 0.82, 0.00, 0.25, 0.01. Web safe color of #2efdbd is #33ffcc. Color #2efdbd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 11111101 10111101
Octal 56 375 275
Decimal 46 253 189
Hex 2E FD BD

RGB Percentages of Color #2efdbd

%9.43
%51.84
%38.73

CMYK Percentages of Color #2efdbd

%82
%0
%25
%1

Triadic Colors of #2efdbd

#2efdbd #bd2efd #fdbd2e

Analogous Colors of #2efdbd

#2efdbd #2ed6fd #2efd56

Monochromatic Colors of #2efdbd

#2efdbd

Complementary Color

#2efdbd #fd2e6e

#2efdbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2efdbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#2efdbd Color CSS Codes

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

#2efdbd Text Font Color

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

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


#2efdbd Background Color

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

This div background color is #2efdbd


#2efdbd Border Color

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

This div border color is #2efdbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2efdbd


Comments

No comments written yet.

Please login to write comment.