Color Hex Logo

#386ddc Color Hex

#386DDC
(56,109,220)
0 Favorites   0 Comments

Color spaces of #386ddc

RGB 56109220
HSL0.610.700.54
HSV221°75°86°
CMYK 0.750.500.00   0.14
XYZ20.017816.945369.9259
Yxy16.94530.18730.1585
Hunter Lab41.164714.7639-71.8999
CIE-Lab48.191020.7978-61.8789

#386ddc color RGB value is (56,109,220).

#386ddc hex color red value is 56, green value is 109 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #386ddc hue: 0.61 , saturation: 0.70 and the lightness value of 386ddc is 0.54.

The process color (four color CMYK) of #386ddc color hex is 0.75, 0.50, 0.00, 0.14. Web safe color of #386ddc is #3366cc. Color #386ddc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01101101 11011100
Octal 70 155 334
Decimal 56 109 220
Hex 38 6D DC

RGB Percentages of Color #386ddc

%14.55
%28.31
%57.14

CMYK Percentages of Color #386ddc

%75
%50
%0
%14

Triadic Colors of #386ddc

#386ddc #dc386d #6ddc38

Analogous Colors of #386ddc

#386ddc #5538dc #38bfdc

Monochromatic Colors of #386ddc

#386ddc

Complementary Color

#386ddc #dca738

#386ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#386ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#386ddc Color CSS Codes

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

#386ddc Text Font Color

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

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


#386ddc Background Color

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

This div background color is #386ddc


#386ddc Border Color

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

This div border color is #386ddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #386ddc


Comments

No comments written yet.

Please login to write comment.