Color Hex Logo

#2ebffb Color Hex

#2EBFFB
(46,191,251)
0 Favorites   0 Comments

Color spaces of #2ebffb

RGB 46191251
HSL0.550.960.58
HSV198°82°98°
CMYK 0.820.240.00   0.02
XYZ37.170144.807597.9564
Yxy44.80750.20660.2490
Hunter Lab66.9384-18.0233-39.9070
CIE-Lab72.7650-16.9664-40.0297

#2ebffb color RGB value is (46,191,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101110 10111111 11111011
Octal 56 277 373
Decimal 46 191 251
Hex 2E BF FB

RGB Percentages of Color #2ebffb

%9.43
%39.14
%51.43

CMYK Percentages of Color #2ebffb

%82
%24
%0
%2

Triadic Colors of #2ebffb

#2ebffb #fb2ebf #bffb2e

Analogous Colors of #2ebffb

#2ebffb #2e59fb #2efbd1

Monochromatic Colors of #2ebffb

#2ebffb

Complementary Color

#2ebffb #fb6a2e

#2ebffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ebffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ebffb Color CSS Codes

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

#2ebffb Text Font Color

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

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


#2ebffb Background Color

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

This div background color is #2ebffb


#2ebffb Border Color

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

This div border color is #2ebffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ebffb


Comments

No comments written yet.

Please login to write comment.