Color Hex Logo

#46daaa Color Hex

#46DAAA
(70,218,170)
0 Favorites   0 Comments

Color spaces of #46daaa

RGB 70218170
HSL0.450.670.56
HSV161°68°85°
CMYK 0.680.000.22   0.15
XYZ34.852954.347246.6833
Yxy54.34720.25650.4000
Hunter Lab73.7206-44.621414.0592
CIE-Lab78.6638-50.153912.4032

#46daaa color RGB value is (70,218,170).

#46daaa hex color red value is 70, green value is 218 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #46daaa hue: 0.45 , saturation: 0.67 and the lightness value of 46daaa is 0.56.

The process color (four color CMYK) of #46daaa color hex is 0.68, 0.00, 0.22, 0.15. Web safe color of #46daaa is #33cc99. Color #46daaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 11011010 10101010
Octal 106 332 252
Decimal 70 218 170
Hex 46 DA AA

RGB Percentages of Color #46daaa

%15.28
%47.60
%37.12

CMYK Percentages of Color #46daaa

%68
%0
%22
%15

Triadic Colors of #46daaa

#46daaa #aa46da #daaa46

Analogous Colors of #46daaa

#46daaa #46c0da #46da60

Monochromatic Colors of #46daaa

#46daaa

Complementary Color

#46daaa #da4676

#46daaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46daaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#46daaa Color CSS Codes

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

#46daaa Text Font Color

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

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


#46daaa Background Color

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

This div background color is #46daaa


#46daaa Border Color

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

This div border color is #46daaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(70,218,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46daaa


Comments

No comments written yet.

Please login to write comment.