Color Hex Logo

#46aedb Color Hex

#46AEDB
(70,174,219)
0 Favorites   0 Comments

Color spaces of #46aedb

RGB 70174219
HSL0.550.670.57
HSV198°68°86°
CMYK 0.680.210.00   0.14
XYZ30.448036.688772.4947
Yxy36.68870.21810.2628
Hunter Lab60.5712-16.2710-28.5615
CIE-Lab67.0428-15.8245-31.4634

#46aedb color RGB value is (70,174,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 10101110 11011011
Octal 106 256 333
Decimal 70 174 219
Hex 46 AE DB

RGB Percentages of Color #46aedb

%15.12
%37.58
%47.30

CMYK Percentages of Color #46aedb

%68
%21
%0
%14

Triadic Colors of #46aedb

#46aedb #db46ae #aedb46

Analogous Colors of #46aedb

#46aedb #4663db #46dbbe

Monochromatic Colors of #46aedb

#46aedb

Complementary Color

#46aedb #db7346

#46aedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46aedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#46aedb Color CSS Codes

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

#46aedb Text Font Color

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

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


#46aedb Background Color

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

This div background color is #46aedb


#46aedb Border Color

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

This div border color is #46aedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46aedb


Comments

No comments written yet.

Please login to write comment.