Color Hex Logo

#386ced Color Hex

#386CED
(56,108,237)
0 Favorites   0 Comments

Color spaces of #386ced

RGB 56108237
HSL0.620.830.57
HSV223°76°93°
CMYK 0.760.540.00   0.07
XYZ22.279517.680382.3591
Yxy17.68030.18210.1445
Hunter Lab42.047920.9960-86.6975
CIE-Lab49.106027.6603-69.9757

#386ced color RGB value is (56,108,237).

#386ced hex color red value is 56, green value is 108 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #386ced hue: 0.62 , saturation: 0.83 and the lightness value of 386ced is 0.57.

The process color (four color CMYK) of #386ced color hex is 0.76, 0.54, 0.00, 0.07. Web safe color of #386ced is #3366ff. Color #386ced contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01101100 11101101
Octal 70 154 355
Decimal 56 108 237
Hex 38 6C ED

RGB Percentages of Color #386ced

%13.97
%26.93
%59.10

CMYK Percentages of Color #386ced

%76
%54
%0
%7

Triadic Colors of #386ced

#386ced #ed386c #6ced38

Analogous Colors of #386ced

#386ced #5f38ed #38c7ed

Monochromatic Colors of #386ced

#386ced

Complementary Color

#386ced #edb938

#386ced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#386ced Color Preview on White Background

Lorem ipsum dolor sit amet.

#386ced Color CSS Codes

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

#386ced Text Font Color

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

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


#386ced Background Color

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

This div background color is #386ced


#386ced Border Color

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

This div border color is #386ced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #386ced


Comments

No comments written yet.

Please login to write comment.