Color Hex Logo

#386c7e Color Hex

#386C7E
(56,108,126)
0 Favorites   0 Comments

Color spaces of #386c7e

RGB 56108126
HSL0.540.380.36
HSV195°56°49°
CMYK 0.560.140.00   0.51
XYZ10.759313.072221.6948
Yxy13.07220.23630.2871
Hunter Lab36.1555-10.1534-10.2676
CIE-Lab42.8718-11.8861-15.3109

#386c7e color RGB value is (56,108,126).

#386c7e hex color red value is 56, green value is 108 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #386c7e hue: 0.54 , saturation: 0.38 and the lightness value of 386c7e is 0.36.

The process color (four color CMYK) of #386c7e color hex is 0.56, 0.14, 0.00, 0.51. Web safe color of #386c7e is #336666. Color #386c7e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01101100 01111110
Octal 70 154 176
Decimal 56 108 126
Hex 38 6C 7E

RGB Percentages of Color #386c7e

%19.31
%37.24
%43.45

CMYK Percentages of Color #386c7e

%56
%14
%0
%51

Triadic Colors of #386c7e

#386c7e #7e386c #6c7e38

Analogous Colors of #386c7e

#386c7e #38497e #387e6d

Monochromatic Colors of #386c7e

#386c7e

Complementary Color

#386c7e #7e4a38

#386c7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#386c7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#386c7e Color CSS Codes

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

#386c7e Text Font Color

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

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


#386c7e Background Color

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

This div background color is #386c7e


#386c7e Border Color

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

This div border color is #386c7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #386c7e


Comments

No comments written yet.

Please login to write comment.