Color Hex Logo

#46dcab Color Hex

#46DCAB
(70,220,171)
0 Favorites   0 Comments

Color spaces of #46dcab

RGB 70220171
HSL0.450.680.57
HSV160°68°86°
CMYK 0.680.000.22   0.14
XYZ35.469755.428847.3575
Yxy55.42880.25660.4009
Hunter Lab74.4505-45.247514.4014
CIE-Lab79.2876-50.744212.7563

#46dcab color RGB value is (70,220,171).

#46dcab hex color red value is 70, green value is 220 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #46dcab hue: 0.45 , saturation: 0.68 and the lightness value of 46dcab is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 11011100 10101011
Octal 106 334 253
Decimal 70 220 171
Hex 46 DC AB

RGB Percentages of Color #46dcab

%15.18
%47.72
%37.09

CMYK Percentages of Color #46dcab

%68
%0
%22
%14

Triadic Colors of #46dcab

#46dcab #ab46dc #dcab46

Analogous Colors of #46dcab

#46dcab #46c2dc #46dc60

Monochromatic Colors of #46dcab

#46dcab

Complementary Color

#46dcab #dc4677

#46dcab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46dcab Color Preview on White Background

Lorem ipsum dolor sit amet.

#46dcab Color CSS Codes

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

#46dcab Text Font Color

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

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


#46dcab Background Color

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

This div background color is #46dcab


#46dcab Border Color

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

This div border color is #46dcab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46dcab


Comments

No comments written yet.

Please login to write comment.