Color Hex Logo

#46dcff Color Hex

#46DCFF
(70,220,255)
0 Favorites   0 Comments

Color spaces of #46dcff

RGB 70220255
HSL0.531.000.64
HSV191°73°100°
CMYK 0.730.140.00   0.00
XYZ46.169059.7085103.6993
Yxy59.70850.22030.2849
Hunter Lab77.2713-28.5723-25.4782
CIE-Lab81.6795-27.9887-28.3615

#46dcff color RGB value is (70,220,255).

#46dcff hex color red value is 70, green value is 220 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #46dcff hue: 0.53 , saturation: 1.00 and the lightness value of 46dcff is 0.64.

The process color (four color CMYK) of #46dcff color hex is 0.73, 0.14, 0.00, 0.00. Web safe color of #46dcff is #33ccff. Color #46dcff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 11011100 11111111
Octal 106 334 377
Decimal 70 220 255
Hex 46 DC FF

RGB Percentages of Color #46dcff

%12.84
%40.37
%46.79

CMYK Percentages of Color #46dcff

%73
%14
%0
%0

Triadic Colors of #46dcff

#46dcff #ff46dc #dcff46

Analogous Colors of #46dcff

#46dcff #4680ff #46ffc6

Monochromatic Colors of #46dcff

#46dcff

Complementary Color

#46dcff #ff6946

#46dcff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46dcff Color Preview on White Background

Lorem ipsum dolor sit amet.

#46dcff Color CSS Codes

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

#46dcff Text Font Color

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

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


#46dcff Background Color

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

This div background color is #46dcff


#46dcff Border Color

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

This div border color is #46dcff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46dcff

#46dcff Color Palettes


Comments

No comments written yet.

Please login to write comment.