Color Hex Logo

#2ebeab Color Hex

#2EBEAB
(46,190,171)
0 Favorites   0 Comments

Color spaces of #2ebeab

RGB 46190171
HSL0.480.610.46
HSV172°76°75°
CMYK 0.760.000.10   0.25
XYZ26.890940.348044.8987
Yxy40.34800.23980.3598
Hunter Lab63.5201-35.59312.5554
CIE-Lab69.7167-41.2278-1.0760

#2ebeab color RGB value is (46,190,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101110 10111110 10101011
Octal 56 276 253
Decimal 46 190 171
Hex 2E BE AB

RGB Percentages of Color #2ebeab

%11.30
%46.68
%42.01

CMYK Percentages of Color #2ebeab

%76
%0
%10
%25

Triadic Colors of #2ebeab

#2ebeab #ab2ebe #beab2e

Analogous Colors of #2ebeab

#2ebeab #2e89be #2ebe63

Monochromatic Colors of #2ebeab

#2ebeab

Complementary Color

#2ebeab #be2e41

#2ebeab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ebeab Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ebeab Color CSS Codes

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

#2ebeab Text Font Color

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

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


#2ebeab Background Color

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

This div background color is #2ebeab


#2ebeab Border Color

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

This div border color is #2ebeab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ebeab


Comments

No comments written yet.

Please login to write comment.