Color Hex Logo

#46faff Color Hex

#46FAFF
(70,250,255)
0 Favorites   0 Comments

Color spaces of #46faff

RGB 70250255
HSL0.501.000.64
HSV182°73°100°
CMYK 0.730.020.00   0.00
XYZ54.761476.8933106.5634
Yxy76.89330.22990.3228
Hunter Lab87.6888-41.9827-10.6697
CIE-Lab90.2725-42.0180-15.3411

#46faff color RGB value is (70,250,255).

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

The process color (four color CMYK) of #46faff color hex is 0.73, 0.02, 0.00, 0.00. Web safe color of #46faff is #33ffff. Color #46faff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 11111010 11111111
Octal 106 372 377
Decimal 70 250 255
Hex 46 FA FF

RGB Percentages of Color #46faff

%12.17
%43.48
%44.35

CMYK Percentages of Color #46faff

%73
%2
%0
%0

Triadic Colors of #46faff

#46faff #ff46fa #faff46

Analogous Colors of #46faff

#46faff #469eff #46ffa8

Monochromatic Colors of #46faff

#46faff

Complementary Color

#46faff #ff4b46

#46faff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46faff Color Preview on White Background

Lorem ipsum dolor sit amet.

#46faff Color CSS Codes

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

#46faff Text Font Color

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

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


#46faff Background Color

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

This div background color is #46faff


#46faff Border Color

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

This div border color is #46faff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46faff

Related Colors

#46faff Color Palettes


Comments

No comments written yet.

Please login to write comment.