Color Hex Logo

#046aeb Color Hex

#046AEB
(4,106,235)
0 Favorites   0 Comments

Color spaces of #046aeb

RGB 4106235
HSL0.590.970.47
HSV214°98°92°
CMYK 0.980.550.00   0.08
XYZ20.199516.332080.6850
Yxy16.33200.17230.1393
Hunter Lab40.412918.4968-90.0845
CIE-Lab47.407125.0743-71.6617

#046aeb color RGB value is (4,106,235).

#046aeb hex color red value is 4, green value is 106 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #046aeb hue: 0.59 , saturation: 0.97 and the lightness value of 046aeb is 0.47.

The process color (four color CMYK) of #046aeb color hex is 0.98, 0.55, 0.00, 0.08. Web safe color of #046aeb is #0066ff. Color #046aeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 01101010 11101011
Octal 4 152 353
Decimal 4 106 235
Hex 4 6A EB

RGB Percentages of Color #046aeb

%1.16
%30.72
%68.12

CMYK Percentages of Color #046aeb

%98
%55
%0
%8

Triadic Colors of #046aeb

#046aeb #eb046a #6aeb04

Analogous Colors of #046aeb

#046aeb #1204eb #04deeb

Monochromatic Colors of #046aeb

#046aeb

Complementary Color

#046aeb #eb8504

#046aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#046aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#046aeb Color CSS Codes

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

#046aeb Text Font Color

<p style="color:#046aeb">Text here</p>

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


#046aeb Background Color

<div style="background-color:#046aeb">
Div content here</div>

This div background color is #046aeb


#046aeb Border Color

<div style="border:3px solid #046aeb">
Div here</div>

This div border color is #046aeb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(4,106,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #046aeb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #046aeb;
  -webkit-box-shadow: 1px 1px 3px 2px #046aeb;
  box-shadow:         1px 1px 3px 2px #046aeb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(4,106,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 #046aeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #046aeb


Comments

No comments written yet.

Please login to write comment.