Color Hex Logo

#386dac Color Hex

#386DAC
(56,109,172)
0 Favorites   0 Comments

Color spaces of #386dac

RGB 56109172
HSL0.590.510.45
HSV213°67°67°
CMYK 0.670.370.00   0.33
XYZ14.545914.756641.1114
Yxy14.75660.20660.2096
Hunter Lab38.41430.3654-36.5627
CIE-Lab45.29903.2269-38.8663

#386dac color RGB value is (56,109,172).

#386dac hex color red value is 56, green value is 109 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #386dac hue: 0.59 , saturation: 0.51 and the lightness value of 386dac is 0.45.

The process color (four color CMYK) of #386dac color hex is 0.67, 0.37, 0.00, 0.33. Web safe color of #386dac is #336699. Color #386dac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01101101 10101100
Octal 70 155 254
Decimal 56 109 172
Hex 38 6D AC

RGB Percentages of Color #386dac

%16.62
%32.34
%51.04

CMYK Percentages of Color #386dac

%67
%37
%0
%33

Triadic Colors of #386dac

#386dac #ac386d #6dac38

Analogous Colors of #386dac

#386dac #3d38ac #38a7ac

Monochromatic Colors of #386dac

#386dac

Complementary Color

#386dac #ac7738

#386dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#386dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#386dac Color CSS Codes

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

#386dac Text Font Color

<p style="color:#386dac">Text here</p>

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


#386dac Background Color

<div style="background-color:#386dac">
Div content here</div>

This div background color is #386dac


#386dac Border Color

<div style="border:3px solid #386dac">
Div here</div>

This div border color is #386dac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(56,109,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #386dac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #386dac;
  -webkit-box-shadow: 1px 1px 3px 2px #386dac;
  box-shadow:         1px 1px 3px 2px #386dac; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #386dac


Comments

No comments written yet.

Please login to write comment.