Color Hex Logo

#386ebc Color Hex

#386EBC
(56,110,188)
0 Favorites   0 Comments

Color spaces of #386ebc

RGB 56110188
HSL0.600.540.48
HSV215°70°74°
CMYK 0.700.410.00   0.26
XYZ16.283915.623549.7343
Yxy15.62350.19950.1914
Hunter Lab39.52664.3658-46.9330
CIE-Lab46.47668.4048-46.3082

#386ebc color RGB value is (56,110,188).

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

The process color (four color CMYK) of #386ebc color hex is 0.70, 0.41, 0.00, 0.26. Web safe color of #386ebc is #3366cc. Color #386ebc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01101110 10111100
Octal 70 156 274
Decimal 56 110 188
Hex 38 6E BC

RGB Percentages of Color #386ebc

%15.82
%31.07
%53.11

CMYK Percentages of Color #386ebc

%70
%41
%0
%26

Triadic Colors of #386ebc

#386ebc #bc386e #6ebc38

Analogous Colors of #386ebc

#386ebc #4438bc #38b0bc

Monochromatic Colors of #386ebc

#386ebc

Complementary Color

#386ebc #bc8638

#386ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#386ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#386ebc Color CSS Codes

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

#386ebc Text Font Color

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

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


#386ebc Background Color

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

This div background color is #386ebc


#386ebc Border Color

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

This div border color is #386ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #386ebc


Comments

No comments written yet.

Please login to write comment.