Color Hex Logo

#486def Color Hex

#486DEF
(72,109,239)
0 Favorites   0 Comments

Color spaces of #486def

RGB 72109239
HSL0.630.840.61
HSV227°70°94°
CMYK 0.700.540.00   0.06
XYZ23.721118.547083.9910
Yxy18.54700.18790.1469
Hunter Lab43.066222.9528-85.4855
CIE-Lab50.152929.6585-69.3664

#486def color RGB value is (72,109,239).

#486def hex color red value is 72, green value is 109 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #486def hue: 0.63 , saturation: 0.84 and the lightness value of 486def is 0.61.

The process color (four color CMYK) of #486def color hex is 0.70, 0.54, 0.00, 0.06. Web safe color of #486def is #3366ff. Color #486def contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01101101 11101111
Octal 110 155 357
Decimal 72 109 239
Hex 48 6D EF

RGB Percentages of Color #486def

%17.14
%25.95
%56.90

CMYK Percentages of Color #486def

%70
%54
%0
%6

Triadic Colors of #486def

#486def #ef486d #6def48

Analogous Colors of #486def

#486def #7748ef #48c1ef

Monochromatic Colors of #486def

#486def

Complementary Color

#486def #efca48

#486def Color Preview on Black Background

Lorem ipsum dolor sit amet.

#486def Color Preview on White Background

Lorem ipsum dolor sit amet.

#486def Color CSS Codes

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

#486def Text Font Color

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

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


#486def Background Color

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

This div background color is #486def


#486def Border Color

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

This div border color is #486def


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(72,109,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #486def


Comments

No comments written yet.

Please login to write comment.