Color Hex Logo

#2eacab Color Hex

#2EACAB
(46,172,171)
0 Favorites   0 Comments

Color spaces of #2eacab

RGB 46172171
HSL0.500.580.43
HSV180°73°67°
CMYK 0.730.000.01   0.33
XYZ23.229933.026243.6784
Yxy33.02620.23250.3305
Hunter Lab57.4684-28.4164-4.8350
CIE-Lab64.1821-33.0001-9.2573

#2eacab color RGB value is (46,172,171).

#2eacab hex color red value is 46, green value is 172 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #2eacab hue: 0.50 , saturation: 0.58 and the lightness value of 2eacab is 0.43.

The process color (four color CMYK) of #2eacab color hex is 0.73, 0.00, 0.01, 0.33. Web safe color of #2eacab is #339999. Color #2eacab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 10101100 10101011
Octal 56 254 253
Decimal 46 172 171
Hex 2E AC AB

RGB Percentages of Color #2eacab

%11.83
%44.22
%43.96

CMYK Percentages of Color #2eacab

%73
%0
%1
%33

Triadic Colors of #2eacab

#2eacab #ab2eac #acab2e

Analogous Colors of #2eacab

#2eacab #2e6eac #2eac6c

Monochromatic Colors of #2eacab

#2eacab

Complementary Color

#2eacab #ac2e2f

#2eacab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2eacab Color Preview on White Background

Lorem ipsum dolor sit amet.

#2eacab Color CSS Codes

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

#2eacab Text Font Color

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

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


#2eacab Background Color

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

This div background color is #2eacab


#2eacab Border Color

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

This div border color is #2eacab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2eacab


Comments

No comments written yet.

Please login to write comment.