Color Hex Logo

#486aeb Color Hex

#486AEB
(72,106,235)
0 Favorites   0 Comments

Color spaces of #486aeb

RGB 72106235
HSL0.630.800.60
HSV227°69°92°
CMYK 0.690.550.00   0.08
XYZ22.821917.683980.8078
Yxy17.68390.18810.1458
Hunter Lab42.052223.2812-84.4954
CIE-Lab49.110430.1230-68.8167

#486aeb color RGB value is (72,106,235).

#486aeb hex color red value is 72, green value is 106 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #486aeb hue: 0.63 , saturation: 0.80 and the lightness value of 486aeb is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 01101010 11101011
Octal 110 152 353
Decimal 72 106 235
Hex 48 6A EB

RGB Percentages of Color #486aeb

%17.43
%25.67
%56.90

CMYK Percentages of Color #486aeb

%69
%55
%0
%8

Triadic Colors of #486aeb

#486aeb #eb486a #6aeb48

Analogous Colors of #486aeb

#486aeb #7848eb #48bceb

Monochromatic Colors of #486aeb

#486aeb

Complementary Color

#486aeb #ebc948

#486aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#486aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#486aeb Color CSS Codes

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

#486aeb Text Font Color

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

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


#486aeb Background Color

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

This div background color is #486aeb


#486aeb Border Color

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

This div border color is #486aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #486aeb


Comments

No comments written yet.

Please login to write comment.