Color Hex Logo

#2ebbdb Color Hex

#2EBBDB
(46,187,219)
0 Favorites   0 Comments

Color spaces of #2ebbdb

RGB 46187219
HSL0.530.710.52
HSV191°79°86°
CMYK 0.790.150.00   0.14
XYZ31.683241.236073.3073
Yxy41.23600.21670.2820
Hunter Lab64.2153-24.3065-22.7340
CIE-Lab70.3410-25.4755-26.4271

#2ebbdb color RGB value is (46,187,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101110 10111011 11011011
Octal 56 273 333
Decimal 46 187 219
Hex 2E BB DB

RGB Percentages of Color #2ebbdb

%10.18
%41.37
%48.45

CMYK Percentages of Color #2ebbdb

%79
%15
%0
%14

Triadic Colors of #2ebbdb

#2ebbdb #db2ebb #bbdb2e

Analogous Colors of #2ebbdb

#2ebbdb #2e65db #2edba5

Monochromatic Colors of #2ebbdb

#2ebbdb

Complementary Color

#2ebbdb #db4e2e

#2ebbdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ebbdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ebbdb Color CSS Codes

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

#2ebbdb Text Font Color

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

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


#2ebbdb Background Color

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

This div background color is #2ebbdb


#2ebbdb Border Color

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

This div border color is #2ebbdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ebbdb


Comments

No comments written yet.

Please login to write comment.