Color Hex Logo

#2ebeda Color Hex

#2EBEDA
(46,190,218)
0 Favorites   0 Comments

Color spaces of #2ebeda

RGB 46190218
HSL0.530.700.52
HSV190°79°85°
CMYK 0.790.130.00   0.15
XYZ32.195142.469772.8303
Yxy42.46970.21830.2879
Hunter Lab65.1688-25.8616-20.6422
CIE-Lab71.1936-27.2934-24.5760

#2ebeda color RGB value is (46,190,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101110 10111110 11011010
Octal 56 276 332
Decimal 46 190 218
Hex 2E BE DA

RGB Percentages of Color #2ebeda

%10.13
%41.85
%48.02

CMYK Percentages of Color #2ebeda

%79
%13
%0
%15

Triadic Colors of #2ebeda

#2ebeda #da2ebe #beda2e

Analogous Colors of #2ebeda

#2ebeda #2e68da #2edaa0

Monochromatic Colors of #2ebeda

#2ebeda

Complementary Color

#2ebeda #da4a2e

#2ebeda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ebeda Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ebeda Color CSS Codes

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

#2ebeda Text Font Color

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

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


#2ebeda Background Color

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

This div background color is #2ebeda


#2ebeda Border Color

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

This div border color is #2ebeda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ebeda


Comments

No comments written yet.

Please login to write comment.