Color Hex Logo

#2eadac Color Hex

#2EADAC
(46,173,172)
0 Favorites   0 Comments

Color spaces of #2eadac

RGB 46173172
HSL0.500.580.43
HSV180°73°68°
CMYK 0.730.000.01   0.32
XYZ23.516733.446544.2461
Yxy33.44650.23240.3305
Hunter Lab57.8329-28.6239-4.8778
CIE-Lab64.5208-33.1788-9.3096

#2eadac color RGB value is (46,173,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101110 10101101 10101100
Octal 56 255 254
Decimal 46 173 172
Hex 2E AD AC

RGB Percentages of Color #2eadac

%11.76
%44.25
%43.99

CMYK Percentages of Color #2eadac

%73
%0
%1
%32

Triadic Colors of #2eadac

#2eadac #ac2ead #adac2e

Analogous Colors of #2eadac

#2eadac #2e6fad #2ead6d

Monochromatic Colors of #2eadac

#2eadac

Complementary Color

#2eadac #ad2e2f

#2eadac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2eadac Color Preview on White Background

Lorem ipsum dolor sit amet.

#2eadac Color CSS Codes

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

#2eadac Text Font Color

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

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


#2eadac Background Color

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

This div background color is #2eadac


#2eadac Border Color

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

This div border color is #2eadac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2eadac


Comments

No comments written yet.

Please login to write comment.