Color Hex Logo

#388ebd Color Hex

#388EBD
(56,142,189)
0 Favorites   0 Comments

Color spaces of #388ebd

RGB 56142189
HSL0.560.540.48
HSV201°70°74°
CMYK 0.700.250.00   0.26
XYZ20.489223.860951.6698
Yxy23.86090.21340.2485
Hunter Lab48.8476-10.6113-28.5222
CIE-Lab55.9483-10.3214-31.9504

#388ebd color RGB value is (56,142,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 10001110 10111101
Octal 70 216 275
Decimal 56 142 189
Hex 38 8E BD

RGB Percentages of Color #388ebd

%14.47
%36.69
%48.84

CMYK Percentages of Color #388ebd

%70
%25
%0
%26

Triadic Colors of #388ebd

#388ebd #bd388e #8ebd38

Analogous Colors of #388ebd

#388ebd #384cbd #38bdaa

Monochromatic Colors of #388ebd

#388ebd

Complementary Color

#388ebd #bd6738

#388ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#388ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#388ebd Color CSS Codes

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

#388ebd Text Font Color

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

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


#388ebd Background Color

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

This div background color is #388ebd


#388ebd Border Color

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

This div border color is #388ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #388ebd


Comments

No comments written yet.

Please login to write comment.