Color Hex Logo

#46dfdb Color Hex

#46DFDB
(70,223,219)
0 Favorites   0 Comments

Color spaces of #46dfdb

RGB 70223219
HSL0.500.710.57
HSV178°69°87°
CMYK 0.690.000.02   0.13
XYZ41.699659.191976.2452
Yxy59.19190.23540.3342
Hunter Lab76.9363-37.8912-4.9020
CIE-Lab81.3970-39.8866-9.6760

#46dfdb color RGB value is (70,223,219).

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

The process color (four color CMYK) of #46dfdb color hex is 0.69, 0.00, 0.02, 0.13. Web safe color of #46dfdb is #33cccc. Color #46dfdb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 11011111 11011011
Octal 106 337 333
Decimal 70 223 219
Hex 46 DF DB

RGB Percentages of Color #46dfdb

%13.67
%43.55
%42.77

CMYK Percentages of Color #46dfdb

%69
%0
%2
%13

Triadic Colors of #46dfdb

#46dfdb #db46df #dfdb46

Analogous Colors of #46dfdb

#46dfdb #4697df #46df8f

Monochromatic Colors of #46dfdb

#46dfdb

Complementary Color

#46dfdb #df464a

#46dfdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46dfdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#46dfdb Color CSS Codes

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

#46dfdb Text Font Color

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

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


#46dfdb Background Color

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

This div background color is #46dfdb


#46dfdb Border Color

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

This div border color is #46dfdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46dfdb


Comments

No comments written yet.

Please login to write comment.