Color Hex Logo

#2ef4dc Color Hex

#2EF4DC
(46,244,220)
0 Favorites   0 Comments

Color spaces of #2ef4dc

RGB 46244220
HSL0.480.900.57
HSV173°81°96°
CMYK 0.810.000.10   0.04
XYZ46.395770.449578.8630
Yxy70.44950.23710.3600
Hunter Lab83.9342-48.21673.0462
CIE-Lab87.2169-51.2144-1.6515

#2ef4dc color RGB value is (46,244,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101110 11110100 11011100
Octal 56 364 334
Decimal 46 244 220
Hex 2E F4 DC

RGB Percentages of Color #2ef4dc

%9.02
%47.84
%43.14

CMYK Percentages of Color #2ef4dc

%81
%0
%10
%4

Triadic Colors of #2ef4dc

#2ef4dc #dc2ef4 #f4dc2e

Analogous Colors of #2ef4dc

#2ef4dc #2ea9f4 #2ef479

Monochromatic Colors of #2ef4dc

#2ef4dc

Complementary Color

#2ef4dc #f42e46

#2ef4dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ef4dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ef4dc Color CSS Codes

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

#2ef4dc Text Font Color

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

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


#2ef4dc Background Color

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

This div background color is #2ef4dc


#2ef4dc Border Color

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

This div border color is #2ef4dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ef4dc


Comments

No comments written yet.

Please login to write comment.