Color Hex Logo

#46bade Color Hex

#46BADE
(70,186,222)
0 Favorites   0 Comments

Color spaces of #46bade

RGB 70186222
HSL0.540.700.57
HSV194°68°87°
CMYK 0.680.160.00   0.13
XYZ33.269541.693875.4015
Yxy41.69380.22130.2773
Hunter Lab64.5707-21.0282-24.0355
CIE-Lab70.6593-21.1557-27.5317

#46bade color RGB value is (70,186,222).

#46bade hex color red value is 70, green value is 186 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #46bade hue: 0.54 , saturation: 0.70 and the lightness value of 46bade is 0.57.

The process color (four color CMYK) of #46bade color hex is 0.68, 0.16, 0.00, 0.13. Web safe color of #46bade is #33cccc. Color #46bade contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 10111010 11011110
Octal 106 272 336
Decimal 70 186 222
Hex 46 BA DE

RGB Percentages of Color #46bade

%14.64
%38.91
%46.44

CMYK Percentages of Color #46bade

%68
%16
%0
%13

Triadic Colors of #46bade

#46bade #de46ba #bade46

Analogous Colors of #46bade

#46bade #466ede #46deb6

Monochromatic Colors of #46bade

#46bade

Complementary Color

#46bade #de6a46

#46bade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46bade Color Preview on White Background

Lorem ipsum dolor sit amet.

#46bade Color CSS Codes

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

#46bade Text Font Color

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

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


#46bade Background Color

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

This div background color is #46bade


#46bade Border Color

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

This div border color is #46bade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46bade


Comments

No comments written yet.

Please login to write comment.