Color Hex Logo

#46aeeb Color Hex

#46AEEB
(70,174,235)
0 Favorites   0 Comments

Color spaces of #46aeeb

RGB 70174235
HSL0.560.800.60
HSV202°70°92°
CMYK 0.700.260.00   0.08
XYZ32.657237.572484.1282
Yxy37.57240.21160.2434
Hunter Lab61.2963-12.1681-38.4671
CIE-Lab67.7043-10.5937-39.2053

#46aeeb color RGB value is (70,174,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 10101110 11101011
Octal 106 256 353
Decimal 70 174 235
Hex 46 AE EB

RGB Percentages of Color #46aeeb

%14.61
%36.33
%49.06

CMYK Percentages of Color #46aeeb

%70
%26
%0
%8

Triadic Colors of #46aeeb

#46aeeb #eb46ae #aeeb46

Analogous Colors of #46aeeb

#46aeeb #465ceb #46ebd6

Monochromatic Colors of #46aeeb

#46aeeb

Complementary Color

#46aeeb #eb8346

#46aeeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46aeeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#46aeeb Color CSS Codes

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

#46aeeb Text Font Color

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

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


#46aeeb Background Color

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

This div background color is #46aeeb


#46aeeb Border Color

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

This div border color is #46aeeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46aeeb


Comments

No comments written yet.

Please login to write comment.