Color Hex Logo

#46edac Color Hex

#46EDAC
(70,237,172)
0 Favorites   0 Comments

Color spaces of #46edac

RGB 70237172
HSL0.440.820.60
HSV157°70°93°
CMYK 0.700.000.27   0.07
XYZ40.256464.849049.4251
Yxy64.84900.26050.4197
Hunter Lab80.5289-51.693419.9806
CIE-Lab84.4059-57.290619.4070

#46edac color RGB value is (70,237,172).

#46edac hex color red value is 70, green value is 237 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #46edac hue: 0.44 , saturation: 0.82 and the lightness value of 46edac is 0.60.

The process color (four color CMYK) of #46edac color hex is 0.70, 0.00, 0.27, 0.07. Web safe color of #46edac is #33ff99. Color #46edac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 11101101 10101100
Octal 106 355 254
Decimal 70 237 172
Hex 46 ED AC

RGB Percentages of Color #46edac

%14.61
%49.48
%35.91

CMYK Percentages of Color #46edac

%70
%0
%27
%7

Triadic Colors of #46edac

#46edac #ac46ed #edac46

Analogous Colors of #46edac

#46edac #46dbed #46ed58

Monochromatic Colors of #46edac

#46edac

Complementary Color

#46edac #ed4687

#46edac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46edac Color Preview on White Background

Lorem ipsum dolor sit amet.

#46edac Color CSS Codes

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

#46edac Text Font Color

<p style="color:#46edac">Text here</p>

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


#46edac Background Color

<div style="background-color:#46edac">
Div content here</div>

This div background color is #46edac


#46edac Border Color

<div style="border:3px solid #46edac">
Div here</div>

This div border color is #46edac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46edac


Comments

No comments written yet.

Please login to write comment.