Color Hex Logo

#486adc Color Hex

#486ADC
(72,106,220)
0 Favorites   0 Comments

Color spaces of #486adc

RGB 72106220
HSL0.630.680.57
HSV226°67°86°
CMYK 0.670.520.00   0.14
XYZ20.744816.853169.8697
Yxy16.85310.19300.1568
Hunter Lab41.052518.3583-72.1724
CIE-Lab48.074424.8591-62.0337

#486adc color RGB value is (72,106,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 01101010 11011100
Octal 110 152 334
Decimal 72 106 220
Hex 48 6A DC

RGB Percentages of Color #486adc

%18.09
%26.63
%55.28

CMYK Percentages of Color #486adc

%67
%52
%0
%14

Triadic Colors of #486adc

#486adc #dc486a #6adc48

Analogous Colors of #486adc

#486adc #7048dc #48b4dc

Monochromatic Colors of #486adc

#486adc

Complementary Color

#486adc #dcba48

#486adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#486adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#486adc Color CSS Codes

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

#486adc Text Font Color

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

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


#486adc Background Color

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

This div background color is #486adc


#486adc Border Color

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

This div border color is #486adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #486adc


Comments

No comments written yet.

Please login to write comment.