Color Hex Logo

#2eebfa Color Hex

#2EEBFA
(46,235,250)
0 Favorites   0 Comments

Color spaces of #2eebfa

RGB 46235250
HSL0.510.950.58
HSV184°82°98°
CMYK 0.820.060.00   0.02
XYZ48.090466.8996100.8208
Yxy66.89960.22280.3100
Hunter Lab81.7922-38.1857-15.8291
CIE-Lab85.4532-38.8763-20.0172

#2eebfa color RGB value is (46,235,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101110 11101011 11111010
Octal 56 353 372
Decimal 46 235 250
Hex 2E EB FA

RGB Percentages of Color #2eebfa

%8.66
%44.26
%47.08

CMYK Percentages of Color #2eebfa

%82
%6
%0
%2

Triadic Colors of #2eebfa

#2eebfa #fa2eeb #ebfa2e

Analogous Colors of #2eebfa

#2eebfa #2e85fa #2efaa3

Monochromatic Colors of #2eebfa

#2eebfa

Complementary Color

#2eebfa #fa3d2e

#2eebfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2eebfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#2eebfa Color CSS Codes

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

#2eebfa Text Font Color

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

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


#2eebfa Background Color

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

This div background color is #2eebfa


#2eebfa Border Color

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

This div border color is #2eebfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2eebfa


Comments

No comments written yet.

Please login to write comment.