Color Hex Logo

#2ed2fe Color Hex

#2ED2FE
(46,210,254)
0 Favorites   0 Comments

Color spaces of #2ed2fe

RGB 46210254
HSL0.540.990.59
HSV193°82°100°
CMYK 0.820.170.00   0.00
XYZ42.062753.8298101.9392
Yxy53.82980.21260.2721
Hunter Lab73.3688-26.0604-31.0199
CIE-Lab78.3624-25.7070-32.9610

#2ed2fe color RGB value is (46,210,254).

#2ed2fe hex color red value is 46, green value is 210 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #2ed2fe hue: 0.54 , saturation: 0.99 and the lightness value of 2ed2fe is 0.59.

The process color (four color CMYK) of #2ed2fe color hex is 0.82, 0.17, 0.00, 0.00. Web safe color of #2ed2fe is #33ccff. Color #2ed2fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 11010010 11111110
Octal 56 322 376
Decimal 46 210 254
Hex 2E D2 FE

RGB Percentages of Color #2ed2fe

%9.02
%41.18
%49.80

CMYK Percentages of Color #2ed2fe

%82
%17
%0
%0

Triadic Colors of #2ed2fe

#2ed2fe #fe2ed2 #d2fe2e

Analogous Colors of #2ed2fe

#2ed2fe #2e6afe #2efec2

Monochromatic Colors of #2ed2fe

#2ed2fe

Complementary Color

#2ed2fe #fe5a2e

#2ed2fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ed2fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ed2fe Color CSS Codes

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

#2ed2fe Text Font Color

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

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


#2ed2fe Background Color

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

This div background color is #2ed2fe


#2ed2fe Border Color

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

This div border color is #2ed2fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ed2fe


Comments

No comments written yet.

Please login to write comment.