Color Hex Logo

#2ebba9 Color Hex

#2EBBA9
(46,187,169)
0 Favorites   0 Comments

Color spaces of #2ebba9

RGB 46187169
HSL0.480.610.46
HSV172°75°73°
CMYK 0.750.000.10   0.27
XYZ26.058538.986143.6878
Yxy38.98610.23970.3586
Hunter Lab62.4389-34.77202.2226
CIE-Lab68.7412-40.4456-1.4074

#2ebba9 color RGB value is (46,187,169).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101110 10111011 10101001
Octal 56 273 251
Decimal 46 187 169
Hex 2E BB A9

RGB Percentages of Color #2ebba9

%11.44
%46.52
%42.04

CMYK Percentages of Color #2ebba9

%75
%0
%10
%27

Triadic Colors of #2ebba9

#2ebba9 #a92ebb #bba92e

Analogous Colors of #2ebba9

#2ebba9 #2e87bb #2ebb63

Monochromatic Colors of #2ebba9

#2ebba9

Complementary Color

#2ebba9 #bb2e40

#2ebba9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ebba9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ebba9 Color CSS Codes

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

#2ebba9 Text Font Color

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

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


#2ebba9 Background Color

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

This div background color is #2ebba9


#2ebba9 Border Color

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

This div border color is #2ebba9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ebba9


Comments

No comments written yet.

Please login to write comment.