Color Hex Logo

#46dbba Color Hex

#46DBBA
(70,219,186)
0 Favorites   0 Comments

Color spaces of #46dbba

RGB 70219186
HSL0.460.670.57
HSV167°68°86°
CMYK 0.680.000.15   0.14
XYZ36.720255.510355.2336
Yxy55.51030.24900.3764
Hunter Lab74.5052-42.40978.1997
CIE-Lab79.3343-46.76374.8632

#46dbba color RGB value is (70,219,186).

#46dbba hex color red value is 70, green value is 219 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #46dbba hue: 0.46 , saturation: 0.67 and the lightness value of 46dbba is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 11011011 10111010
Octal 106 333 272
Decimal 70 219 186
Hex 46 DB BA

RGB Percentages of Color #46dbba

%14.74
%46.11
%39.16

CMYK Percentages of Color #46dbba

%68
%0
%15
%14

Triadic Colors of #46dbba

#46dbba #ba46db #dbba46

Analogous Colors of #46dbba

#46dbba #46b2db #46db70

Monochromatic Colors of #46dbba

#46dbba

Complementary Color

#46dbba #db4667

#46dbba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46dbba Color Preview on White Background

Lorem ipsum dolor sit amet.

#46dbba Color CSS Codes

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

#46dbba Text Font Color

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

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


#46dbba Background Color

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

This div background color is #46dbba


#46dbba Border Color

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

This div border color is #46dbba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46dbba


Comments

No comments written yet.

Please login to write comment.