Color Hex Logo

#386eee Color Hex

#386EEE
(56,110,238)
0 Favorites   0 Comments

Color spaces of #386eee

RGB 56110238
HSL0.620.840.58
HSV222°76°93°
CMYK 0.760.540.00   0.07
XYZ22.639418.165783.2020
Yxy18.16570.18260.1465
Hunter Lab42.621220.2278-85.9066
CIE-Lab49.696526.7664-69.5772

#386eee color RGB value is (56,110,238).

#386eee hex color red value is 56, green value is 110 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #386eee hue: 0.62 , saturation: 0.84 and the lightness value of 386eee is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 01101110 11101110
Octal 70 156 356
Decimal 56 110 238
Hex 38 6E EE

RGB Percentages of Color #386eee

%13.86
%27.23
%58.91

CMYK Percentages of Color #386eee

%76
%54
%0
%7

Triadic Colors of #386eee

#386eee #ee386e #6eee38

Analogous Colors of #386eee

#386eee #5d38ee #38c9ee

Monochromatic Colors of #386eee

#386eee

Complementary Color

#386eee #eeb838

#386eee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#386eee Color Preview on White Background

Lorem ipsum dolor sit amet.

#386eee Color CSS Codes

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

#386eee Text Font Color

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

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


#386eee Background Color

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

This div background color is #386eee


#386eee Border Color

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

This div border color is #386eee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #386eee


Comments

No comments written yet.

Please login to write comment.