Color Hex Logo

#486cae Color Hex

#486CAE
(72,108,174)
0 Favorites   0 Comments

Color spaces of #486cae

RGB 72108174
HSL0.610.410.48
HSV219°59°68°
CMYK 0.590.380.00   0.32
XYZ15.675015.158842.1442
Yxy15.15880.21480.2077
Hunter Lab38.93433.7293-36.9241
CIE-Lab45.85097.5963-39.1152

#486cae color RGB value is (72,108,174).

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

The process color (four color CMYK) of #486cae color hex is 0.59, 0.38, 0.00, 0.32. Web safe color of #486cae is #336699. Color #486cae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01101100 10101110
Octal 110 154 256
Decimal 72 108 174
Hex 48 6C AE

RGB Percentages of Color #486cae

%20.34
%30.51
%49.15

CMYK Percentages of Color #486cae

%59
%38
%0
%32

Triadic Colors of #486cae

#486cae #ae486c #6cae48

Analogous Colors of #486cae

#486cae #5748ae #489fae

Monochromatic Colors of #486cae

#486cae

Complementary Color

#486cae #ae8a48

#486cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#486cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#486cae Color CSS Codes

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

#486cae Text Font Color

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

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


#486cae Background Color

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

This div background color is #486cae


#486cae Border Color

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

This div border color is #486cae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #486cae


Comments

No comments written yet.

Please login to write comment.