Color Hex Logo

#2eedfe Color Hex

#2EEDFE
(46,237,254)
0 Favorites   0 Comments

Color spaces of #2eedfe

RGB 46237254
HSL0.510.990.59
HSV185°82°100°
CMYK 0.820.070.00   0.00
XYZ49.300368.3050104.3517
Yxy68.30500.22210.3077
Hunter Lab82.6468-38.1536-17.0081
CIE-Lab86.1587-38.6037-21.0504

#2eedfe color RGB value is (46,237,254).

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

The process color (four color CMYK) of #2eedfe color hex is 0.82, 0.07, 0.00, 0.00. Web safe color of #2eedfe is #33ffff. Color #2eedfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 11101101 11111110
Octal 56 355 376
Decimal 46 237 254
Hex 2E ED FE

RGB Percentages of Color #2eedfe

%8.57
%44.13
%47.30

CMYK Percentages of Color #2eedfe

%82
%7
%0
%0

Triadic Colors of #2eedfe

#2eedfe #fe2eed #edfe2e

Analogous Colors of #2eedfe

#2eedfe #2e85fe #2efea7

Monochromatic Colors of #2eedfe

#2eedfe

Complementary Color

#2eedfe #fe3f2e

#2eedfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2eedfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#2eedfe Color CSS Codes

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

#2eedfe Text Font Color

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

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


#2eedfe Background Color

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

This div background color is #2eedfe


#2eedfe Border Color

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

This div border color is #2eedfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2eedfe

Related Colors


Comments

No comments written yet.

Please login to write comment.