Color Hex Logo

#46beff Color Hex

#46BEFF
(70,190,255)
0 Favorites   0 Comments

Color spaces of #46beff

RGB 70190255
HSL0.561.000.64
HSV201°73°100°
CMYK 0.730.250.00   0.00
XYZ38.989245.3490101.3060
Yxy45.34900.21000.2443
Hunter Lab67.3417-14.5007-42.0542
CIE-Lab73.1211-12.6314-41.5917

#46beff color RGB value is (70,190,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 10111110 11111111
Octal 106 276 377
Decimal 70 190 255
Hex 46 BE FF

RGB Percentages of Color #46beff

%13.59
%36.89
%49.51

CMYK Percentages of Color #46beff

%73
%25
%0
%0

Triadic Colors of #46beff

#46beff #ff46be #beff46

Analogous Colors of #46beff

#46beff #4662ff #46ffe4

Monochromatic Colors of #46beff

#46beff

Complementary Color

#46beff #ff8746

#46beff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46beff Color Preview on White Background

Lorem ipsum dolor sit amet.

#46beff Color CSS Codes

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

#46beff Text Font Color

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

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


#46beff Background Color

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

This div background color is #46beff


#46beff Border Color

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

This div border color is #46beff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46beff

Related Colors


Comments

No comments written yet.

Please login to write comment.