Color Hex Logo

#46d7db Color Hex

#46D7DB
(70,215,219)
0 Favorites   0 Comments

Color spaces of #46d7db

RGB 70215219
HSL0.500.670.57
HSV182°68°86°
CMYK 0.680.020.00   0.14
XYZ39.612455.017475.5495
Yxy55.01740.23280.3233
Hunter Lab74.1737-34.4763-8.4681
CIE-Lab79.0513-36.2236-13.1785

#46d7db color RGB value is (70,215,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 11010111 11011011
Octal 106 327 333
Decimal 70 215 219
Hex 46 D7 DB

RGB Percentages of Color #46d7db

%13.89
%42.66
%43.45

CMYK Percentages of Color #46d7db

%68
%2
%0
%14

Triadic Colors of #46d7db

#46d7db #db46d7 #d7db46

Analogous Colors of #46d7db

#46d7db #468ddb #46db95

Monochromatic Colors of #46d7db

#46d7db

Complementary Color

#46d7db #db4a46

#46d7db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46d7db Color Preview on White Background

Lorem ipsum dolor sit amet.

#46d7db Color CSS Codes

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

#46d7db Text Font Color

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

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


#46d7db Background Color

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

This div background color is #46d7db


#46d7db Border Color

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

This div border color is #46d7db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46d7db


Comments

No comments written yet.

Please login to write comment.