Color Hex Logo

#486cee Color Hex

#486CEE
(72,108,238)
0 Favorites   0 Comments

Color spaces of #486cee

RGB 72108238
HSL0.630.830.61
HSV227°70°93°
CMYK 0.700.550.00   0.07
XYZ23.467718.275983.1796
Yxy18.27590.18790.1463
Hunter Lab42.750323.1741-85.4357
CIE-Lab49.829029.9297-69.3323

#486cee color RGB value is (72,108,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 01101100 11101110
Octal 110 154 356
Decimal 72 108 238
Hex 48 6C EE

RGB Percentages of Color #486cee

%17.22
%25.84
%56.94

CMYK Percentages of Color #486cee

%70
%55
%0
%7

Triadic Colors of #486cee

#486cee #ee486c #6cee48

Analogous Colors of #486cee

#486cee #7748ee #48bfee

Monochromatic Colors of #486cee

#486cee

Complementary Color

#486cee #eeca48

#486cee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#486cee Color Preview on White Background

Lorem ipsum dolor sit amet.

#486cee Color CSS Codes

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

#486cee Text Font Color

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

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


#486cee Background Color

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

This div background color is #486cee


#486cee Border Color

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

This div border color is #486cee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #486cee


Comments

No comments written yet.

Please login to write comment.