Color Hex Logo

#46dcce Color Hex

#46DCCE
(70,220,206)
0 Favorites   0 Comments

Color spaces of #46dcce

RGB 70220206
HSL0.480.680.57
HSV174°68°86°
CMYK 0.680.000.06   0.14
XYZ39.259656.944767.3148
Yxy56.94470.24010.3482
Hunter Lab75.4617-39.1918-0.0658
CIE-Lab80.1485-42.0650-4.6047

#46dcce color RGB value is (70,220,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 11011100 11001110
Octal 106 334 316
Decimal 70 220 206
Hex 46 DC CE

RGB Percentages of Color #46dcce

%14.11
%44.35
%41.53

CMYK Percentages of Color #46dcce

%68
%0
%6
%14

Triadic Colors of #46dcce

#46dcce #ce46dc #dcce46

Analogous Colors of #46dcce

#46dcce #469fdc #46dc83

Monochromatic Colors of #46dcce

#46dcce

Complementary Color

#46dcce #dc4654

#46dcce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46dcce Color Preview on White Background

Lorem ipsum dolor sit amet.

#46dcce Color CSS Codes

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

#46dcce Text Font Color

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

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


#46dcce Background Color

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

This div background color is #46dcce


#46dcce Border Color

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

This div border color is #46dcce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46dcce


Comments

No comments written yet.

Please login to write comment.