Color Hex Logo

#2efffe Color Hex

#2EFFFE
(46,255,254)
0 Favorites   0 Comments

Color spaces of #2efffe

RGB 46255254
HSL0.501.000.59
HSV180°82°100°
CMYK 0.820.000.00   0.00
XYZ54.776179.2566106.1770
Yxy79.25660.22800.3299
Hunter Lab89.0262-45.9682-8.3938
CIE-Lab91.3503-46.6264-13.2426

#2efffe color RGB value is (46,255,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101110 11111111 11111110
Octal 56 377 376
Decimal 46 255 254
Hex 2E FF FE

RGB Percentages of Color #2efffe

%8.29
%45.95
%45.77

CMYK Percentages of Color #2efffe

%82
%0
%0
%0

Triadic Colors of #2efffe

#2efffe #fe2eff #fffe2e

Analogous Colors of #2efffe

#2efffe #2e98ff #2eff96

Monochromatic Colors of #2efffe

#2efffe

Complementary Color

#2efffe #ff2e2f

#2efffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2efffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#2efffe Color CSS Codes

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

#2efffe Text Font Color

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

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


#2efffe Background Color

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

This div background color is #2efffe


#2efffe Border Color

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

This div border color is #2efffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2efffe

Related Colors


Comments

No comments written yet.

Please login to write comment.