Color Hex Logo

#2ebaaf Color Hex

#2EBAAF
(46,186,175)
1 Favorites   0 Comments

Color spaces of #2ebaaf

RGB 46186175
HSL0.490.600.45
HSV175°75°73°
CMYK 0.750.000.06   0.27
XYZ26.423538.793846.6527
Yxy38.79380.23620.3468
Hunter Lab62.2847-33.2718-0.8104
CIE-Lab68.6016-38.3345-4.9123

#2ebaaf color RGB value is (46,186,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101110 10111010 10101111
Octal 56 272 257
Decimal 46 186 175
Hex 2E BA AF

RGB Percentages of Color #2ebaaf

%11.30
%45.70
%43.00

CMYK Percentages of Color #2ebaaf

%75
%0
%6
%27

Triadic Colors of #2ebaaf

#2ebaaf #af2eba #baaf2e

Analogous Colors of #2ebaaf

#2ebaaf #2e7fba #2eba69

Monochromatic Colors of #2ebaaf

#2ebaaf

Complementary Color

#2ebaaf #ba2e39

#2ebaaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ebaaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ebaaf Color CSS Codes

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

#2ebaaf Text Font Color

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

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


#2ebaaf Background Color

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

This div background color is #2ebaaf


#2ebaaf Border Color

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

This div border color is #2ebaaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ebaaf

#2ebaaf Color Palettes


Comments

No comments written yet.

Please login to write comment.