Color Hex Logo

#2eeefa Color Hex

#2EEEFA
(46,238,250)
0 Favorites   0 Comments

Color spaces of #2eeefa

RGB 46238250
HSL0.510.950.58
HSV184°82°98°
CMYK 0.820.050.00   0.02
XYZ48.956668.6320101.1095
Yxy68.63200.22390.3138
Hunter Lab82.8444-39.4939-14.3708
CIE-Lab86.3215-40.2410-18.7061

#2eeefa color RGB value is (46,238,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101110 11101110 11111010
Octal 56 356 372
Decimal 46 238 250
Hex 2E EE FA

RGB Percentages of Color #2eeefa

%8.61
%44.57
%46.82

CMYK Percentages of Color #2eeefa

%82
%5
%0
%2

Triadic Colors of #2eeefa

#2eeefa #fa2eee #eefa2e

Analogous Colors of #2eeefa

#2eeefa #2e88fa #2efaa0

Monochromatic Colors of #2eeefa

#2eeefa

Complementary Color

#2eeefa #fa3a2e

#2eeefa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2eeefa Color Preview on White Background

Lorem ipsum dolor sit amet.

#2eeefa Color CSS Codes

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

#2eeefa Text Font Color

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

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


#2eeefa Background Color

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

This div background color is #2eeefa


#2eeefa Border Color

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

This div border color is #2eeefa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2eeefa

Related Colors


Comments

No comments written yet.

Please login to write comment.