Color Hex Logo

#2ebbda Color Hex

#2EBBDA
(46,187,218)
0 Favorites   0 Comments

Color spaces of #2ebbda

RGB 46187218
HSL0.530.700.52
HSV191°79°85°
CMYK 0.790.140.00   0.15
XYZ31.551941.183472.6159
Yxy41.18340.21710.2833
Hunter Lab64.1743-24.5438-22.1671
CIE-Lab70.3042-25.7967-25.9376

#2ebbda color RGB value is (46,187,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101110 10111011 11011010
Octal 56 273 332
Decimal 46 187 218
Hex 2E BB DA

RGB Percentages of Color #2ebbda

%10.20
%41.46
%48.34

CMYK Percentages of Color #2ebbda

%79
%14
%0
%15

Triadic Colors of #2ebbda

#2ebbda #da2ebb #bbda2e

Analogous Colors of #2ebbda

#2ebbda #2e65da #2edaa3

Monochromatic Colors of #2ebbda

#2ebbda

Complementary Color

#2ebbda #da4d2e

#2ebbda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ebbda Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ebbda Color CSS Codes

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

#2ebbda Text Font Color

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

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


#2ebbda Background Color

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

This div background color is #2ebbda


#2ebbda Border Color

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

This div border color is #2ebbda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ebbda


Comments

No comments written yet.

Please login to write comment.