color codes Logo

#2efadc color codes

#2EFADC
(46,250,220)
0 Favorites   0 Comments

Color spaces of #2efadc

RGB 46250220
HSL0.480.950.58
HSV171°82°98°
CMYK 0.820.000.12   0.02
XYZ48.230674.119479.4746
Yxy74.11940.23900.3672
Hunter Lab86.0926-50.66335.5325
CIE-Lab88.9789-53.68640.9234

#2efadc color RGB value is (46,250,220).

#2efadc hex color red value is 46, green value is 250 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #2efadc hue: 0.48 , saturation: 0.95 and the lightness value of 2efadc is 0.58.

The process color (four color CMYK) of #2efadc color code is 0.82, 0.00, 0.12, 0.02. Web safe color of #2efadc is #33ffcc. Color #2efadc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 11111010 11011100
Octal 56 372 334
Decimal 46 250 220
Hex 2E FA DC

RGB Percentages of Color #2efadc

%8.91
%48.45
%42.64

CMYK Percentages of Color #2efadc

%82
%0
%12
%2

Triadic Colors of #2efadc

#2efadc #dc2efa #fadc2e

Analogous Colors of #2efadc

#2efadc #2eb2fa #2efa76

Monochromatic Colors of #2efadc

#2efadc

Complementary Color

#2efadc #fa2e4c

#2efadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2efadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#2efadc Color CSS Codes

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

#2efadc Text Font Color

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

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


#2efadc Background Color

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

This div background color is #2efadc


#2efadc Border Color

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

This div border color is #2efadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2efadc


Comments

No comments written yet.

Please login to write comment.