Color Hex Logo

#386dab Color Hex

#386DAB
(56,109,171)
0 Favorites   0 Comments

Color spaces of #386dab

RGB 56109171
HSL0.590.510.45
HSV212°67°67°
CMYK 0.670.360.00   0.33
XYZ14.450214.718340.6074
Yxy14.71830.20710.2109
Hunter Lab38.36440.0954-35.9013
CIE-Lab45.24592.8679-38.3646

#386dab color RGB value is (56,109,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 01101101 10101011
Octal 70 155 253
Decimal 56 109 171
Hex 38 6D AB

RGB Percentages of Color #386dab

%16.67
%32.44
%50.89

CMYK Percentages of Color #386dab

%67
%36
%0
%33

Triadic Colors of #386dab

#386dab #ab386d #6dab38

Analogous Colors of #386dab

#386dab #3c38ab #38a7ab

Monochromatic Colors of #386dab

#386dab

Complementary Color

#386dab #ab7638

#386dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#386dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#386dab Color CSS Codes

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

#386dab Text Font Color

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

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


#386dab Background Color

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

This div background color is #386dab


#386dab Border Color

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

This div border color is #386dab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #386dab


Comments

No comments written yet.

Please login to write comment.