Color Hex Logo

#2ebdab Color Hex

#2EBDAB
(46,189,171)
0 Favorites   0 Comments

Color spaces of #2ebdab

RGB 46189171
HSL0.480.610.46
HSV172°76°74°
CMYK 0.760.000.10   0.26
XYZ26.675039.916344.8268
Yxy39.91630.23940.3583
Hunter Lab63.1793-35.19922.1583
CIE-Lab69.4099-40.7862-1.5255

#2ebdab color RGB value is (46,189,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101110 10111101 10101011
Octal 56 275 253
Decimal 46 189 171
Hex 2E BD AB

RGB Percentages of Color #2ebdab

%11.33
%46.55
%42.12

CMYK Percentages of Color #2ebdab

%76
%0
%10
%26

Triadic Colors of #2ebdab

#2ebdab #ab2ebd #bdab2e

Analogous Colors of #2ebdab

#2ebdab #2e88bd #2ebd64

Monochromatic Colors of #2ebdab

#2ebdab

Complementary Color

#2ebdab #bd2e40

#2ebdab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ebdab Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ebdab Color CSS Codes

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

#2ebdab Text Font Color

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

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


#2ebdab Background Color

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

This div background color is #2ebdab


#2ebdab Border Color

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

This div border color is #2ebdab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ebdab

#2ebdab Color Palettes


Comments

No comments written yet.

Please login to write comment.