Color Hex Logo

#46addd Color Hex

#46ADDD
(70,173,221)
0 Favorites   0 Comments

Color spaces of #46addd

RGB 70173221
HSL0.550.690.57
HSV199°68°87°
CMYK 0.680.220.00   0.13
XYZ30.520536.409773.8258
Yxy36.40970.21680.2587
Hunter Lab60.3405-15.3096-30.3023
CIE-Lab66.8318-14.6436-32.8896

#46addd color RGB value is (70,173,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 10101101 11011101
Octal 106 255 335
Decimal 70 173 221
Hex 46 AD DD

RGB Percentages of Color #46addd

%15.09
%37.28
%47.63

CMYK Percentages of Color #46addd

%68
%22
%0
%13

Triadic Colors of #46addd

#46addd #dd46ad #addd46

Analogous Colors of #46addd

#46addd #4661dd #46ddc2

Monochromatic Colors of #46addd

#46addd

Complementary Color

#46addd #dd7646

#46addd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46addd Color Preview on White Background

Lorem ipsum dolor sit amet.

#46addd Color CSS Codes

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

#46addd Text Font Color

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

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


#46addd Background Color

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

This div background color is #46addd


#46addd Border Color

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

This div border color is #46addd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46addd


Comments

No comments written yet.

Please login to write comment.