Color Hex Logo

#2ebeff Color Hex

#2EBEFF
(46,190,255)
0 Favorites   0 Comments

Color spaces of #2ebeff

RGB 46190255
HSL0.551.000.59
HSV199°82°100°
CMYK 0.820.250.00   0.00
XYZ37.590244.6278101.2405
Yxy44.62780.20490.2433
Hunter Lab66.8040-16.4663-43.0903
CIE-Lab72.6461-15.0819-42.3685

#2ebeff color RGB value is (46,190,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101110 10111110 11111111
Octal 56 276 377
Decimal 46 190 255
Hex 2E BE FF

RGB Percentages of Color #2ebeff

%9.37
%38.70
%51.93

CMYK Percentages of Color #2ebeff

%82
%25
%0
%0

Triadic Colors of #2ebeff

#2ebeff #ff2ebe #beff2e

Analogous Colors of #2ebeff

#2ebeff #2e55ff #2effd8

Monochromatic Colors of #2ebeff

#2ebeff

Complementary Color

#2ebeff #ff6f2e

#2ebeff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ebeff Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ebeff Color CSS Codes

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

#2ebeff Text Font Color

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

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


#2ebeff Background Color

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

This div background color is #2ebeff


#2ebeff Border Color

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

This div border color is #2ebeff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ebeff


Comments

No comments written yet.

Please login to write comment.