Color Hex Logo

#388ebc Color Hex

#388EBC
(56,142,188)
0 Favorites   0 Comments

Color spaces of #388ebc

RGB 56142188
HSL0.560.540.48
HSV201°70°74°
CMYK 0.700.240.00   0.26
XYZ20.381023.817651.1000
Yxy23.81760.21390.2499
Hunter Lab48.8033-10.8614-27.9179
CIE-Lab55.9047-10.6624-31.4500

#388ebc color RGB value is (56,142,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 10001110 10111100
Octal 70 216 274
Decimal 56 142 188
Hex 38 8E BC

RGB Percentages of Color #388ebc

%14.51
%36.79
%48.70

CMYK Percentages of Color #388ebc

%70
%24
%0
%26

Triadic Colors of #388ebc

#388ebc #bc388e #8ebc38

Analogous Colors of #388ebc

#388ebc #384cbc #38bca8

Monochromatic Colors of #388ebc

#388ebc

Complementary Color

#388ebc #bc6638

#388ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#388ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#388ebc Color CSS Codes

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

#388ebc Text Font Color

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

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


#388ebc Background Color

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

This div background color is #388ebc


#388ebc Border Color

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

This div border color is #388ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #388ebc


Comments

No comments written yet.

Please login to write comment.