Color Hex Logo

#386cad Color Hex

#386CAD
(56,108,173)
0 Favorites   0 Comments

Color spaces of #386cad

RGB 56108173
HSL0.590.510.45
HSV213°68°68°
CMYK 0.680.380.00   0.32
XYZ14.536314.583041.5838
Yxy14.58300.20560.2063
Hunter Lab38.18771.1183-37.8314
CIE-Lab45.05774.2083-39.8339

#386cad color RGB value is (56,108,173).

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

The process color (four color CMYK) of #386cad color hex is 0.68, 0.38, 0.00, 0.32. Web safe color of #386cad is #336699. Color #386cad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01101100 10101101
Octal 70 154 255
Decimal 56 108 173
Hex 38 6C AD

RGB Percentages of Color #386cad

%16.62
%32.05
%51.34

CMYK Percentages of Color #386cad

%68
%38
%0
%32

Triadic Colors of #386cad

#386cad #ad386c #6cad38

Analogous Colors of #386cad

#386cad #3f38ad #38a7ad

Monochromatic Colors of #386cad

#386cad

Complementary Color

#386cad #ad7938

#386cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#386cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#386cad Color CSS Codes

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

#386cad Text Font Color

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

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


#386cad Background Color

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

This div background color is #386cad


#386cad Border Color

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

This div border color is #386cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #386cad


Comments

No comments written yet.

Please login to write comment.