Color Hex Logo

#386cac Color Hex

#386CAC
(56,108,172)
0 Favorites   0 Comments

Color spaces of #386cac

RGB 56108172
HSL0.590.510.45
HSV213°67°67°
CMYK 0.670.370.00   0.33
XYZ14.439814.544441.0760
Yxy14.54440.20610.2076
Hunter Lab38.13710.8452-37.1630
CIE-Lab45.00383.8477-39.3338

#386cac color RGB value is (56,108,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 01101100 10101100
Octal 70 154 254
Decimal 56 108 172
Hex 38 6C AC

RGB Percentages of Color #386cac

%16.67
%32.14
%51.19

CMYK Percentages of Color #386cac

%67
%37
%0
%33

Triadic Colors of #386cac

#386cac #ac386c #6cac38

Analogous Colors of #386cac

#386cac #3e38ac #38a6ac

Monochromatic Colors of #386cac

#386cac

Complementary Color

#386cac #ac7838

#386cac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#386cac Color Preview on White Background

Lorem ipsum dolor sit amet.

#386cac Color CSS Codes

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

#386cac Text Font Color

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

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


#386cac Background Color

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

This div background color is #386cac


#386cac Border Color

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

This div border color is #386cac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(56,108,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 #386cac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #386cac


Comments

No comments written yet.

Please login to write comment.