Color Hex Logo

#2ed4ea Color Hex

#2ED4EA
(46,212,234)
0 Favorites   0 Comments

Color spaces of #2ed4ea

RGB 46212234
HSL0.520.820.55
HSV187°80°92°
CMYK 0.800.090.00   0.08
XYZ39.521553.608386.1063
Yxy53.60830.22050.2991
Hunter Lab73.2177-31.7801-18.4745
CIE-Lab78.2328-32.9815-22.4800

#2ed4ea color RGB value is (46,212,234).

#2ed4ea hex color red value is 46, green value is 212 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #2ed4ea hue: 0.52 , saturation: 0.82 and the lightness value of 2ed4ea is 0.55.

The process color (four color CMYK) of #2ed4ea color hex is 0.80, 0.09, 0.00, 0.08. Web safe color of #2ed4ea is #33ccff. Color #2ed4ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 11010100 11101010
Octal 56 324 352
Decimal 46 212 234
Hex 2E D4 EA

RGB Percentages of Color #2ed4ea

%9.35
%43.09
%47.56

CMYK Percentages of Color #2ed4ea

%80
%9
%0
%8

Triadic Colors of #2ed4ea

#2ed4ea #ea2ed4 #d4ea2e

Analogous Colors of #2ed4ea

#2ed4ea #2e76ea #2eeaa2

Monochromatic Colors of #2ed4ea

#2ed4ea

Complementary Color

#2ed4ea #ea442e

#2ed4ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ed4ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ed4ea Color CSS Codes

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

#2ed4ea Text Font Color

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

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


#2ed4ea Background Color

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

This div background color is #2ed4ea


#2ed4ea Border Color

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

This div border color is #2ed4ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ed4ea


Comments

No comments written yet.

Please login to write comment.