Color Hex Logo

#2ef8bd Color Hex

#2EF8BD
(46,248,189)
0 Favorites   0 Comments

Color spaces of #2ef8bd

RGB 46248189
HSL0.450.940.58
HSV162°81°97°
CMYK 0.810.000.24   0.03
XYZ43.879471.389859.6110
Yxy71.38980.25090.4082
Hunter Lab84.4925-55.161617.3146
CIE-Lab87.6740-60.435015.1350

#2ef8bd color RGB value is (46,248,189).

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

The process color (four color CMYK) of #2ef8bd color hex is 0.81, 0.00, 0.24, 0.03. Web safe color of #2ef8bd is #33ffcc. Color #2ef8bd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 11111000 10111101
Octal 56 370 275
Decimal 46 248 189
Hex 2E F8 BD

RGB Percentages of Color #2ef8bd

%9.52
%51.35
%39.13

CMYK Percentages of Color #2ef8bd

%81
%0
%24
%3

Triadic Colors of #2ef8bd

#2ef8bd #bd2ef8 #f8bd2e

Analogous Colors of #2ef8bd

#2ef8bd #2ecef8 #2ef858

Monochromatic Colors of #2ef8bd

#2ef8bd

Complementary Color

#2ef8bd #f82e69

#2ef8bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ef8bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ef8bd Color CSS Codes

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

#2ef8bd Text Font Color

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

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


#2ef8bd Background Color

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

This div background color is #2ef8bd


#2ef8bd Border Color

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

This div border color is #2ef8bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ef8bd

Related Colors


Comments

No comments written yet.

Please login to write comment.