Color Hex Logo

#46aadb Color Hex

#46AADB
(70,170,219)
0 Favorites   0 Comments

Color spaces of #46aadb

RGB 70170219
HSL0.550.670.57
HSV200°68°86°
CMYK 0.680.220.00   0.14
XYZ29.686735.166072.2409
Yxy35.16600.21650.2565
Hunter Lab59.3009-14.4175-30.7169
CIE-Lab65.8777-13.6779-33.2682

#46aadb color RGB value is (70,170,219).

#46aadb hex color red value is 70, green value is 170 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #46aadb hue: 0.55 , saturation: 0.67 and the lightness value of 46aadb is 0.57.

The process color (four color CMYK) of #46aadb color hex is 0.68, 0.22, 0.00, 0.14. Web safe color of #46aadb is #3399cc. Color #46aadb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 10101010 11011011
Octal 106 252 333
Decimal 70 170 219
Hex 46 AA DB

RGB Percentages of Color #46aadb

%15.25
%37.04
%47.71

CMYK Percentages of Color #46aadb

%68
%22
%0
%14

Triadic Colors of #46aadb

#46aadb #db46aa #aadb46

Analogous Colors of #46aadb

#46aadb #465fdb #46dbc2

Monochromatic Colors of #46aadb

#46aadb

Complementary Color

#46aadb #db7746

#46aadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46aadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#46aadb Color CSS Codes

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

#46aadb Text Font Color

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

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


#46aadb Background Color

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

This div background color is #46aadb


#46aadb Border Color

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

This div border color is #46aadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46aadb


Comments

No comments written yet.

Please login to write comment.