Color Hex Logo

#46bafa Color Hex

#46BAFA
(70,186,250)
0 Favorites   0 Comments

Color spaces of #46bafa

RGB 70186250
HSL0.560.950.63
HSV201°72°98°
CMYK 0.720.260.00   0.02
XYZ37.340043.322096.8364
Yxy43.32200.21040.2441
Hunter Lab65.8195-13.9193-41.1564
CIE-Lab71.7730-12.1344-41.0013

#46bafa color RGB value is (70,186,250).

#46bafa hex color red value is 70, green value is 186 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #46bafa hue: 0.56 , saturation: 0.95 and the lightness value of 46bafa is 0.63.

The process color (four color CMYK) of #46bafa color hex is 0.72, 0.26, 0.00, 0.02. Web safe color of #46bafa is #33ccff. Color #46bafa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 10111010 11111010
Octal 106 272 372
Decimal 70 186 250
Hex 46 BA FA

RGB Percentages of Color #46bafa

%13.83
%36.76
%49.41

CMYK Percentages of Color #46bafa

%72
%26
%0
%2

Triadic Colors of #46bafa

#46bafa #fa46ba #bafa46

Analogous Colors of #46bafa

#46bafa #4660fa #46fae0

Monochromatic Colors of #46bafa

#46bafa

Complementary Color

#46bafa #fa8646

#46bafa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46bafa Color Preview on White Background

Lorem ipsum dolor sit amet.

#46bafa Color CSS Codes

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

#46bafa Text Font Color

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

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


#46bafa Background Color

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

This div background color is #46bafa


#46bafa Border Color

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

This div border color is #46bafa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46bafa


Comments

No comments written yet.

Please login to write comment.