Color Hex Logo

#46adea Color Hex

#46ADEA
(70,173,234)
0 Favorites   0 Comments

Color spaces of #46adea

RGB 70173234
HSL0.560.800.60
HSV202°70°92°
CMYK 0.700.260.00   0.08
XYZ32.320637.129783.3052
Yxy37.12970.21160.2431
Hunter Lab60.9341-11.9550-38.4035
CIE-Lab67.3742-10.3784-39.1739

#46adea color RGB value is (70,173,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 10101101 11101010
Octal 106 255 352
Decimal 70 173 234
Hex 46 AD EA

RGB Percentages of Color #46adea

%14.68
%36.27
%49.06

CMYK Percentages of Color #46adea

%70
%26
%0
%8

Triadic Colors of #46adea

#46adea #ea46ad #adea46

Analogous Colors of #46adea

#46adea #465bea #46ead5

Monochromatic Colors of #46adea

#46adea

Complementary Color

#46adea #ea8346

#46adea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46adea Color Preview on White Background

Lorem ipsum dolor sit amet.

#46adea Color CSS Codes

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

#46adea Text Font Color

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

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


#46adea Background Color

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

This div background color is #46adea


#46adea Border Color

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

This div border color is #46adea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46adea


Comments

No comments written yet.

Please login to write comment.