Color Hex Logo

#2efeff Color Hex

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

Color spaces of #2efeff

RGB 46254255
HSL0.501.000.59
HSV180°82°100°
CMYK 0.820.000.00   0.00
XYZ54.618578.6845106.9167
Yxy78.68450.22740.3276
Hunter Lab88.7043-45.3235-9.3702
CIE-Lab91.0913-45.9098-14.1485

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

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

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

Base Numbers

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

RGB Percentages of Color #2efeff

%8.29
%45.77
%45.95

CMYK Percentages of Color #2efeff

%82
%0
%0
%0

Triadic Colors of #2efeff

#2efeff #ff2efe #feff2e

Analogous Colors of #2efeff

#2efeff #2e96ff #2eff98

Monochromatic Colors of #2efeff

#2efeff

Complementary Color

#2efeff #ff2f2e

#2efeff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2efeff Color Preview on White Background

Lorem ipsum dolor sit amet.

#2efeff Color CSS Codes

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

#2efeff Text Font Color

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

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


#2efeff Background Color

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

This div background color is #2efeff


#2efeff Border Color

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

This div border color is #2efeff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2efeff

Related Colors


Comments

No comments written yet.

Please login to write comment.