Color Hex Logo

#386adc Color Hex

#386ADC
(56,106,220)
0 Favorites   0 Comments

Color spaces of #386adc

RGB 56106220
HSL0.620.700.54
HSV222°75°86°
CMYK 0.750.520.00   0.14
XYZ19.703216.316169.8210
Yxy16.31610.18620.1542
Hunter Lab40.393216.3816-74.2095
CIE-Lab47.386522.6990-63.1797

#386adc color RGB value is (56,106,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 01101010 11011100
Octal 70 152 334
Decimal 56 106 220
Hex 38 6A DC

RGB Percentages of Color #386adc

%14.66
%27.75
%57.59

CMYK Percentages of Color #386adc

%75
%52
%0
%14

Triadic Colors of #386adc

#386adc #dc386a #6adc38

Analogous Colors of #386adc

#386adc #5838dc #38bcdc

Monochromatic Colors of #386adc

#386adc

Complementary Color

#386adc #dcaa38

#386adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#386adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#386adc Color CSS Codes

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

#386adc Text Font Color

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

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


#386adc Background Color

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

This div background color is #386adc


#386adc Border Color

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

This div border color is #386adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #386adc


Comments

No comments written yet.

Please login to write comment.