Color Hex Logo

#2ebcfa Color Hex

#2EBCFA
(46,188,250)
0 Favorites   0 Comments

Color spaces of #2ebcfa

RGB 46188250
HSL0.550.950.58
HSV198°82°98°
CMYK 0.820.250.00   0.02
XYZ36.365343.449496.9124
Yxy43.44940.20580.2459
Hunter Lab65.9162-16.8766-41.0291
CIE-Lab71.8589-15.7193-40.9034

#2ebcfa color RGB value is (46,188,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101110 10111100 11111010
Octal 56 274 372
Decimal 46 188 250
Hex 2E BC FA

RGB Percentages of Color #2ebcfa

%9.50
%38.84
%51.65

CMYK Percentages of Color #2ebcfa

%82
%25
%0
%2

Triadic Colors of #2ebcfa

#2ebcfa #fa2ebc #bcfa2e

Analogous Colors of #2ebcfa

#2ebcfa #2e56fa #2efad2

Monochromatic Colors of #2ebcfa

#2ebcfa

Complementary Color

#2ebcfa #fa6c2e

#2ebcfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ebcfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ebcfa Color CSS Codes

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

#2ebcfa Text Font Color

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

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


#2ebcfa Background Color

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

This div background color is #2ebcfa


#2ebcfa Border Color

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

This div border color is #2ebcfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ebcfa

Related Colors


Comments

No comments written yet.

Please login to write comment.