Color Hex Logo

#2eeeff Color Hex

#2EEEFF
(46,238,255)
0 Favorites   0 Comments

Color spaces of #2eeeff

RGB 46238255
HSL0.511.000.59
HSV185°82°100°
CMYK 0.820.070.00   0.00
XYZ49.751268.9499105.2942
Yxy68.94990.22210.3078
Hunter Lab83.0361-38.3646-17.0576
CIE-Lab86.4792-38.7641-21.0897

#2eeeff color RGB value is (46,238,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101110 11101110 11111111
Octal 56 356 377
Decimal 46 238 255
Hex 2E EE FF

RGB Percentages of Color #2eeeff

%8.53
%44.16
%47.31

CMYK Percentages of Color #2eeeff

%82
%7
%0
%0

Triadic Colors of #2eeeff

#2eeeff #ff2eee #eeff2e

Analogous Colors of #2eeeff

#2eeeff #2e86ff #2effa8

Monochromatic Colors of #2eeeff

#2eeeff

Complementary Color

#2eeeff #ff3f2e

#2eeeff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2eeeff Color Preview on White Background

Lorem ipsum dolor sit amet.

#2eeeff Color CSS Codes

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

#2eeeff Text Font Color

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

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


#2eeeff Background Color

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

This div background color is #2eeeff


#2eeeff Border Color

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

This div border color is #2eeeff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2eeeff

Related Colors


Comments

No comments written yet.

Please login to write comment.