Color Hex Logo

#2ebcab Color Hex

#2EBCAB
(46,188,171)
0 Favorites   0 Comments

Color spaces of #2ebcab

RGB 46188171
HSL0.480.610.46
HSV173°76°74°
CMYK 0.760.000.09   0.26
XYZ26.460639.487644.7553
Yxy39.48760.23900.3567
Hunter Lab62.8392-34.80491.7599
CIE-Lab69.1030-40.3429-1.9754

#2ebcab color RGB value is (46,188,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101110 10111100 10101011
Octal 56 274 253
Decimal 46 188 171
Hex 2E BC AB

RGB Percentages of Color #2ebcab

%11.36
%46.42
%42.22

CMYK Percentages of Color #2ebcab

%76
%0
%9
%26

Triadic Colors of #2ebcab

#2ebcab #ab2ebc #bcab2e

Analogous Colors of #2ebcab

#2ebcab #2e86bc #2ebc64

Monochromatic Colors of #2ebcab

#2ebcab

Complementary Color

#2ebcab #bc2e3f

#2ebcab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ebcab Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ebcab Color CSS Codes

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

#2ebcab Text Font Color

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

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


#2ebcab Background Color

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

This div background color is #2ebcab


#2ebcab Border Color

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

This div border color is #2ebcab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ebcab


Comments

No comments written yet.

Please login to write comment.