Color Hex Logo

#2ebab1 Color Hex

#2EBAB1
(46,186,177)
0 Favorites   0 Comments

Color spaces of #2ebab1

RGB 46186177
HSL0.490.600.45
HSV176°75°73°
CMYK 0.750.000.05   0.27
XYZ26.621438.873047.6951
Yxy38.87300.23520.3434
Hunter Lab62.3482-32.8936-1.7119
CIE-Lab68.6592-37.7698-5.9278

#2ebab1 color RGB value is (46,186,177).

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

The process color (four color CMYK) of #2ebab1 color hex is 0.75, 0.00, 0.05, 0.27. Web safe color of #2ebab1 is #33cc99. Color #2ebab1 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 10111010 10110001
Octal 56 272 261
Decimal 46 186 177
Hex 2E BA B1

RGB Percentages of Color #2ebab1

%11.25
%45.48
%43.28

CMYK Percentages of Color #2ebab1

%75
%0
%5
%27

Triadic Colors of #2ebab1

#2ebab1 #b12eba #bab12e

Analogous Colors of #2ebab1

#2ebab1 #2e7dba #2eba6b

Monochromatic Colors of #2ebab1

#2ebab1

Complementary Color

#2ebab1 #ba2e37

#2ebab1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ebab1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ebab1 Color CSS Codes

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

#2ebab1 Text Font Color

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

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


#2ebab1 Background Color

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

This div background color is #2ebab1


#2ebab1 Border Color

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

This div border color is #2ebab1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ebab1


Comments

No comments written yet.

Please login to write comment.