Color Hex Logo

#2ebaae Color Hex

#2EBAAE
(46,186,174)
0 Favorites   0 Comments

Color spaces of #2ebaae

RGB 46186174
HSL0.490.600.45
HSV175°75°73°
CMYK 0.750.000.06   0.27
XYZ26.325638.754646.1373
Yxy38.75460.23670.3485
Hunter Lab62.2532-33.4591-0.3640
CIE-Lab68.5731-38.6151-4.4041

#2ebaae color RGB value is (46,186,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101110 10111010 10101110
Octal 56 272 256
Decimal 46 186 174
Hex 2E BA AE

RGB Percentages of Color #2ebaae

%11.33
%45.81
%42.86

CMYK Percentages of Color #2ebaae

%75
%0
%6
%27

Triadic Colors of #2ebaae

#2ebaae #ae2eba #baae2e

Analogous Colors of #2ebaae

#2ebaae #2e80ba #2eba68

Monochromatic Colors of #2ebaae

#2ebaae

Complementary Color

#2ebaae #ba2e3a

#2ebaae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ebaae Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ebaae Color CSS Codes

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

#2ebaae Text Font Color

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

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


#2ebaae Background Color

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

This div background color is #2ebaae


#2ebaae Border Color

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

This div border color is #2ebaae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ebaae


Comments

No comments written yet.

Please login to write comment.