Color Hex Logo

#46aded Color Hex

#46ADED
(70,173,237)
0 Favorites   0 Comments

Color spaces of #46aded

RGB 70173237
HSL0.560.820.60
HSV203°70°93°
CMYK 0.700.270.00   0.07
XYZ32.755437.303785.5947
Yxy37.30370.21040.2397
Hunter Lab61.0768-11.1550-40.3370
CIE-Lab67.5043-9.3809-40.6104

#46aded color RGB value is (70,173,237).

#46aded hex color red value is 70, green value is 173 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #46aded hue: 0.56 , saturation: 0.82 and the lightness value of 46aded is 0.60.

The process color (four color CMYK) of #46aded color hex is 0.70, 0.27, 0.00, 0.07. Web safe color of #46aded is #3399ff. Color #46aded contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 10101101 11101101
Octal 106 255 355
Decimal 70 173 237
Hex 46 AD ED

RGB Percentages of Color #46aded

%14.58
%36.04
%49.38

CMYK Percentages of Color #46aded

%70
%27
%0
%7

Triadic Colors of #46aded

#46aded #ed46ad #aded46

Analogous Colors of #46aded

#46aded #4659ed #46edda

Monochromatic Colors of #46aded

#46aded

Complementary Color

#46aded #ed8646

#46aded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46aded Color Preview on White Background

Lorem ipsum dolor sit amet.

#46aded Color CSS Codes

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

#46aded Text Font Color

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

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


#46aded Background Color

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

This div background color is #46aded


#46aded Border Color

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

This div border color is #46aded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46aded


Comments

No comments written yet.

Please login to write comment.