Color Hex Logo

#46adeb Color Hex

#46ADEB
(70,173,235)
0 Favorites   0 Comments

Color spaces of #46adeb

RGB 70173235
HSL0.560.800.60
HSV203°70°92°
CMYK 0.700.260.00   0.08
XYZ32.464837.187484.0641
Yxy37.18740.21120.2419
Hunter Lab60.9815-11.6893-39.0453
CIE-Lab67.4174-10.0462-39.6533

#46adeb color RGB value is (70,173,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 10101101 11101011
Octal 106 255 353
Decimal 70 173 235
Hex 46 AD EB

RGB Percentages of Color #46adeb

%14.64
%36.19
%49.16

CMYK Percentages of Color #46adeb

%70
%26
%0
%8

Triadic Colors of #46adeb

#46adeb #eb46ad #adeb46

Analogous Colors of #46adeb

#46adeb #465beb #46ebd7

Monochromatic Colors of #46adeb

#46adeb

Complementary Color

#46adeb #eb8446

#46adeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46adeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#46adeb Color CSS Codes

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

#46adeb Text Font Color

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

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


#46adeb Background Color

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

This div background color is #46adeb


#46adeb Border Color

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

This div border color is #46adeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46adeb


Comments

No comments written yet.

Please login to write comment.