Color Hex Logo

#386ddf Color Hex

#386DDF
(56,109,223)
0 Favorites   0 Comments

Color spaces of #386ddf

RGB 56109223
HSL0.610.720.55
HSV221°75°87°
CMYK 0.750.510.00   0.13
XYZ20.418817.105772.0376
Yxy17.10570.18640.1561
Hunter Lab41.359015.7465-74.3177
CIE-Lab48.392921.9008-63.2505

#386ddf color RGB value is (56,109,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 01101101 11011111
Octal 70 155 337
Decimal 56 109 223
Hex 38 6D DF

RGB Percentages of Color #386ddf

%14.43
%28.09
%57.47

CMYK Percentages of Color #386ddf

%75
%51
%0
%13

Triadic Colors of #386ddf

#386ddf #df386d #6ddf38

Analogous Colors of #386ddf

#386ddf #5738df #38c1df

Monochromatic Colors of #386ddf

#386ddf

Complementary Color

#386ddf #dfaa38

#386ddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#386ddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#386ddf Color CSS Codes

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

#386ddf Text Font Color

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

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


#386ddf Background Color

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

This div background color is #386ddf


#386ddf Border Color

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

This div border color is #386ddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #386ddf


Comments

No comments written yet.

Please login to write comment.