Color Hex Logo

#2ebefa Color Hex

#2EBEFA
(46,190,250)
0 Favorites   0 Comments

Color spaces of #2ebefa

RGB 46190250
HSL0.550.950.58
HSV198°82°98°
CMYK 0.820.240.00   0.02
XYZ36.795544.309997.0558
Yxy44.30990.20650.2487
Hunter Lab66.5657-17.8205-39.8515
CIE-Lab72.4351-16.7773-40.0048

#2ebefa color RGB value is (46,190,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101110 10111110 11111010
Octal 56 276 372
Decimal 46 190 250
Hex 2E BE FA

RGB Percentages of Color #2ebefa

%9.47
%39.09
%51.44

CMYK Percentages of Color #2ebefa

%82
%24
%0
%2

Triadic Colors of #2ebefa

#2ebefa #fa2ebe #befa2e

Analogous Colors of #2ebefa

#2ebefa #2e58fa #2efad0

Monochromatic Colors of #2ebefa

#2ebefa

Complementary Color

#2ebefa #fa6a2e

#2ebefa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ebefa Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ebefa Color CSS Codes

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

#2ebefa Text Font Color

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

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


#2ebefa Background Color

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

This div background color is #2ebefa


#2ebefa Border Color

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

This div border color is #2ebefa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ebefa

Related Colors


Comments

No comments written yet.

Please login to write comment.