color codes Logo

#486ddc color codes

#486DDC
(72,109,220)
0 Favorites   0 Comments

Color spaces of #486ddc

RGB 72109220
HSL0.630.680.57
HSV225°67°86°
CMYK 0.670.500.00   0.14
XYZ21.059417.482369.9746
Yxy17.48230.19410.1611
Hunter Lab41.811816.7345-69.9571
CIE-Lab48.862122.9782-60.7619

#486ddc color RGB value is (72,109,220).

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

The process color (four color CMYK) of #486ddc color code is 0.67, 0.50, 0.00, 0.14. Web safe color of #486ddc is #3366cc. Color #486ddc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01101101 11011100
Octal 110 155 334
Decimal 72 109 220
Hex 48 6D DC

RGB Percentages of Color #486ddc

%17.96
%27.18
%54.86

CMYK Percentages of Color #486ddc

%67
%50
%0
%14

Triadic Colors of #486ddc

#486ddc #dc486d #6ddc48

Analogous Colors of #486ddc

#486ddc #6d48dc #48b7dc

Monochromatic Colors of #486ddc

#486ddc

Complementary Color

#486ddc #dcb748

#486ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#486ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#486ddc Color CSS Codes

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

#486ddc Text Font Color

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

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


#486ddc Background Color

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

This div background color is #486ddc


#486ddc Border Color

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

This div border color is #486ddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #486ddc


Comments

No comments written yet.

Please login to write comment.