Color Hex Logo

#2ebadc Color Hex

#2EBADC
(46,186,220)
0 Favorites   0 Comments

Color spaces of #2ebadc

RGB 46186220
HSL0.530.710.52
HSV192°79°86°
CMYK 0.790.150.00   0.14
XYZ31.603940.866073.9324
Yxy40.86600.21590.2791
Hunter Lab63.9265-23.6248-23.8216
CIE-Lab70.0819-24.6485-27.3705

#2ebadc color RGB value is (46,186,220).

#2ebadc hex color red value is 46, green value is 186 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #2ebadc hue: 0.53 , saturation: 0.71 and the lightness value of 2ebadc is 0.52.

The process color (four color CMYK) of #2ebadc color hex is 0.79, 0.15, 0.00, 0.14. Web safe color of #2ebadc is #33cccc. Color #2ebadc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 10111010 11011100
Octal 56 272 334
Decimal 46 186 220
Hex 2E BA DC

RGB Percentages of Color #2ebadc

%10.18
%41.15
%48.67

CMYK Percentages of Color #2ebadc

%79
%15
%0
%14

Triadic Colors of #2ebadc

#2ebadc #dc2eba #badc2e

Analogous Colors of #2ebadc

#2ebadc #2e63dc #2edca7

Monochromatic Colors of #2ebadc

#2ebadc

Complementary Color

#2ebadc #dc502e

#2ebadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ebadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ebadc Color CSS Codes

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

#2ebadc Text Font Color

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

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


#2ebadc Background Color

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

This div background color is #2ebadc


#2ebadc Border Color

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

This div border color is #2ebadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ebadc


Comments

No comments written yet.

Please login to write comment.