Color Hex Logo

#2ebeba Color Hex

#2EBEBA
(46,190,186)
0 Favorites   0 Comments

Color spaces of #2ebeba

RGB 46190186
HSL0.500.610.46
HSV178°76°75°
CMYK 0.760.000.02   0.25
XYZ28.403140.952952.8621
Yxy40.95290.23240.3351
Hunter Lab63.9945-32.7654-4.1799
CIE-Lab70.1429-37.0241-8.6677

#2ebeba color RGB value is (46,190,186).

#2ebeba hex color red value is 46, green value is 190 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #2ebeba hue: 0.50 , saturation: 0.61 and the lightness value of 2ebeba is 0.46.

The process color (four color CMYK) of #2ebeba color hex is 0.76, 0.00, 0.02, 0.25. Web safe color of #2ebeba is #33cccc. Color #2ebeba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 10111110 10111010
Octal 56 276 272
Decimal 46 190 186
Hex 2E BE BA

RGB Percentages of Color #2ebeba

%10.90
%45.02
%44.08

CMYK Percentages of Color #2ebeba

%76
%0
%2
%25

Triadic Colors of #2ebeba

#2ebeba #ba2ebe #beba2e

Analogous Colors of #2ebeba

#2ebeba #2e7abe #2ebe72

Monochromatic Colors of #2ebeba

#2ebeba

Complementary Color

#2ebeba #be2e32

#2ebeba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ebeba Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ebeba Color CSS Codes

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

#2ebeba Text Font Color

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

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


#2ebeba Background Color

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

This div background color is #2ebeba


#2ebeba Border Color

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

This div border color is #2ebeba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ebeba


Comments

No comments written yet.

Please login to write comment.