Color Hex Logo

#386edc Color Hex

#386EDC
(56,110,220)
0 Favorites   0 Comments

Color spaces of #386edc

RGB 56110220
HSL0.610.700.54
HSV220°75°86°
CMYK 0.750.500.00   0.14
XYZ20.125117.159969.9616
Yxy17.15990.18770.1600
Hunter Lab41.424514.2270-71.1374
CIE-Lab48.460920.1653-61.4430

#386edc color RGB value is (56,110,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 01101110 11011100
Octal 70 156 334
Decimal 56 110 220
Hex 38 6E DC

RGB Percentages of Color #386edc

%14.51
%28.50
%56.99

CMYK Percentages of Color #386edc

%75
%50
%0
%14

Triadic Colors of #386edc

#386edc #dc386e #6edc38

Analogous Colors of #386edc

#386edc #5438dc #38c0dc

Monochromatic Colors of #386edc

#386edc

Complementary Color

#386edc #dca638

#386edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#386edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#386edc Color CSS Codes

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

#386edc Text Font Color

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

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


#386edc Background Color

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

This div background color is #386edc


#386edc Border Color

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

This div border color is #386edc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(56,110,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 #386edc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #386edc


Comments

No comments written yet.

Please login to write comment.