Color Hex Logo

#2ebff5 Color Hex

#2EBFF5
(46,191,245)
0 Favorites   0 Comments

Color spaces of #2ebff5

RGB 46191245
HSL0.550.910.57
HSV196°81°96°
CMYK 0.810.220.00   0.04
XYZ36.238944.435093.0530
Yxy44.43500.20860.2558
Hunter Lab66.6596-19.6143-36.1038
CIE-Lab72.5183-18.9825-37.1781

#2ebff5 color RGB value is (46,191,245).

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

The process color (four color CMYK) of #2ebff5 color hex is 0.81, 0.22, 0.00, 0.04. Web safe color of #2ebff5 is #33ccff. Color #2ebff5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 10111111 11110101
Octal 56 277 365
Decimal 46 191 245
Hex 2E BF F5

RGB Percentages of Color #2ebff5

%9.54
%39.63
%50.83

CMYK Percentages of Color #2ebff5

%81
%22
%0
%4

Triadic Colors of #2ebff5

#2ebff5 #f52ebf #bff52e

Analogous Colors of #2ebff5

#2ebff5 #2e5cf5 #2ef5c8

Monochromatic Colors of #2ebff5

#2ebff5

Complementary Color

#2ebff5 #f5642e

#2ebff5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ebff5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ebff5 Color CSS Codes

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

#2ebff5 Text Font Color

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

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


#2ebff5 Background Color

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

This div background color is #2ebff5


#2ebff5 Border Color

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

This div border color is #2ebff5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ebff5


Comments

No comments written yet.

Please login to write comment.