Color Hex Logo

#2ed5fe Color Hex

#2ED5FE
(46,213,254)
0 Favorites   0 Comments

Color spaces of #2ed5fe

RGB 46213254
HSL0.530.990.59
HSV192°82°100°
CMYK 0.820.160.00   0.00
XYZ42.810455.3251102.1884
Yxy55.32510.21370.2762
Hunter Lab74.3808-27.4296-29.3892
CIE-Lab79.2282-27.1943-31.6276

#2ed5fe color RGB value is (46,213,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101110 11010101 11111110
Octal 56 325 376
Decimal 46 213 254
Hex 2E D5 FE

RGB Percentages of Color #2ed5fe

%8.97
%41.52
%49.51

CMYK Percentages of Color #2ed5fe

%82
%16
%0
%0

Triadic Colors of #2ed5fe

#2ed5fe #fe2ed5 #d5fe2e

Analogous Colors of #2ed5fe

#2ed5fe #2e6dfe #2efebf

Monochromatic Colors of #2ed5fe

#2ed5fe

Complementary Color

#2ed5fe #fe572e

#2ed5fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ed5fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ed5fe Color CSS Codes

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

#2ed5fe Text Font Color

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

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


#2ed5fe Background Color

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

This div background color is #2ed5fe


#2ed5fe Border Color

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

This div border color is #2ed5fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ed5fe

Related Colors


Comments

No comments written yet.

Please login to write comment.