Color Hex Logo

#2eb0ba Color Hex

#2EB0BA
(46,176,186)
0 Favorites   0 Comments

Color spaces of #2eb0ba

RGB 46176186
HSL0.510.600.45
HSV184°75°73°
CMYK 0.750.050.00   0.27
XYZ25.515035.176751.8994
Yxy35.17670.22660.3124
Hunter Lab59.3099-27.0021-10.3650
CIE-Lab65.8860-30.4129-15.0471

#2eb0ba color RGB value is (46,176,186).

#2eb0ba hex color red value is 46, green value is 176 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #2eb0ba hue: 0.51 , saturation: 0.60 and the lightness value of 2eb0ba is 0.45.

The process color (four color CMYK) of #2eb0ba color hex is 0.75, 0.05, 0.00, 0.27. Web safe color of #2eb0ba is #3399cc. Color #2eb0ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 10110000 10111010
Octal 56 260 272
Decimal 46 176 186
Hex 2E B0 BA

RGB Percentages of Color #2eb0ba

%11.27
%43.14
%45.59

CMYK Percentages of Color #2eb0ba

%75
%5
%0
%27

Triadic Colors of #2eb0ba

#2eb0ba #ba2eb0 #b0ba2e

Analogous Colors of #2eb0ba

#2eb0ba #2e6aba #2eba7e

Monochromatic Colors of #2eb0ba

#2eb0ba

Complementary Color

#2eb0ba #ba382e

#2eb0ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2eb0ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#2eb0ba Color CSS Codes

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

#2eb0ba Text Font Color

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

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


#2eb0ba Background Color

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

This div background color is #2eb0ba


#2eb0ba Border Color

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

This div border color is #2eb0ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2eb0ba


Comments

No comments written yet.

Please login to write comment.