Color Hex Logo

#386daa Color Hex

#386DAA
(56,109,170)
0 Favorites   0 Comments

Color spaces of #386daa

RGB 56109170
HSL0.590.500.44
HSV212°67°67°
CMYK 0.670.360.00   0.33
XYZ14.355214.680340.1072
Yxy14.68030.20760.2123
Hunter Lab38.3149-0.1735-35.2431
CIE-Lab45.19322.5092-37.8620

#386daa color RGB value is (56,109,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 01101101 10101010
Octal 70 155 252
Decimal 56 109 170
Hex 38 6D AA

RGB Percentages of Color #386daa

%16.72
%32.54
%50.75

CMYK Percentages of Color #386daa

%67
%36
%0
%33

Triadic Colors of #386daa

#386daa #aa386d #6daa38

Analogous Colors of #386daa

#386daa #3c38aa #38a6aa

Monochromatic Colors of #386daa

#386daa

Complementary Color

#386daa #aa7538

#386daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#386daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#386daa Color CSS Codes

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

#386daa Text Font Color

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

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


#386daa Background Color

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

This div background color is #386daa


#386daa Border Color

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

This div border color is #386daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #386daa


Comments

No comments written yet.

Please login to write comment.