Color Hex Logo

#2ebdfd Color Hex

#2EBDFD
(46,189,253)
0 Favorites   0 Comments

Color spaces of #2ebdfd

RGB 46189253
HSL0.550.980.59
HSV199°82°99°
CMYK 0.820.250.00   0.01
XYZ37.053944.067999.4815
Yxy44.06790.20520.2440
Hunter Lab66.3837-16.5366-42.3825
CIE-Lab72.2739-15.2310-41.8732

#2ebdfd color RGB value is (46,189,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101110 10111101 11111101
Octal 56 275 375
Decimal 46 189 253
Hex 2E BD FD

RGB Percentages of Color #2ebdfd

%9.43
%38.73
%51.84

CMYK Percentages of Color #2ebdfd

%82
%25
%0
%1

Triadic Colors of #2ebdfd

#2ebdfd #fd2ebd #bdfd2e

Analogous Colors of #2ebdfd

#2ebdfd #2e55fd #2efdd6

Monochromatic Colors of #2ebdfd

#2ebdfd

Complementary Color

#2ebdfd #fd6e2e

#2ebdfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ebdfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ebdfd Color CSS Codes

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

#2ebdfd Text Font Color

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

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


#2ebdfd Background Color

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

This div background color is #2ebdfd


#2ebdfd Border Color

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

This div border color is #2ebdfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ebdfd


Comments

No comments written yet.

Please login to write comment.