Color Hex Logo

#2edffe Color Hex

#2EDFFE
(46,223,254)
0 Favorites   0 Comments

Color spaces of #2edffe

RGB 46223254
HSL0.520.990.59
HSV189°82°100°
CMYK 0.820.120.00   0.00
XYZ45.403860.5120103.0529
Yxy60.51200.21730.2896
Hunter Lab77.7895-31.9455-24.0928
CIE-Lab82.1157-32.0524-27.1997

#2edffe color RGB value is (46,223,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101110 11011111 11111110
Octal 56 337 376
Decimal 46 223 254
Hex 2E DF FE

RGB Percentages of Color #2edffe

%8.80
%42.64
%48.57

CMYK Percentages of Color #2edffe

%82
%12
%0
%0

Triadic Colors of #2edffe

#2edffe #fe2edf #dffe2e

Analogous Colors of #2edffe

#2edffe #2e77fe #2efeb5

Monochromatic Colors of #2edffe

#2edffe

Complementary Color

#2edffe #fe4d2e

#2edffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2edffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#2edffe Color CSS Codes

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

#2edffe Text Font Color

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

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


#2edffe Background Color

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

This div background color is #2edffe


#2edffe Border Color

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

This div border color is #2edffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2edffe

Related Colors


Comments

No comments written yet.

Please login to write comment.