Color Hex Logo

#2ebafd Color Hex

#2EBAFD
(46,186,253)
0 Favorites   0 Comments

Color spaces of #2ebafd

RGB 46186253
HSL0.550.980.59
HSV199°82°99°
CMYK 0.820.260.00   0.01
XYZ36.415242.790599.2686
Yxy42.79050.20400.2398
Hunter Lab65.4144-15.1071-44.1844
CIE-Lab71.4125-13.6293-43.2197

#2ebafd color RGB value is (46,186,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101110 10111010 11111101
Octal 56 272 375
Decimal 46 186 253
Hex 2E BA FD

RGB Percentages of Color #2ebafd

%9.48
%38.35
%52.16

CMYK Percentages of Color #2ebafd

%82
%26
%0
%1

Triadic Colors of #2ebafd

#2ebafd #fd2eba #bafd2e

Analogous Colors of #2ebafd

#2ebafd #2e52fd #2efdd9

Monochromatic Colors of #2ebafd

#2ebafd

Complementary Color

#2ebafd #fd712e

#2ebafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ebafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ebafd Color CSS Codes

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

#2ebafd Text Font Color

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

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


#2ebafd Background Color

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

This div background color is #2ebafd


#2ebafd Border Color

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

This div border color is #2ebafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ebafd

Related Colors


Comments

No comments written yet.

Please login to write comment.