Color Hex Logo

#388bac Color Hex

#388BAC
(56,139,172)
0 Favorites   0 Comments

Color spaces of #388bac

RGB 56139172
HSL0.550.510.45
HSV197°67°67°
CMYK 0.670.190.00   0.33
XYZ18.309922.284542.3660
Yxy22.28450.22070.2686
Hunter Lab47.2065-13.3768-20.1660
CIE-Lab54.3276-14.3658-24.7555

#388bac color RGB value is (56,139,172).

#388bac hex color red value is 56, green value is 139 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #388bac hue: 0.55 , saturation: 0.51 and the lightness value of 388bac is 0.45.

The process color (four color CMYK) of #388bac color hex is 0.67, 0.19, 0.00, 0.33. Web safe color of #388bac is #339999. Color #388bac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 10001011 10101100
Octal 70 213 254
Decimal 56 139 172
Hex 38 8B AC

RGB Percentages of Color #388bac

%15.26
%37.87
%46.87

CMYK Percentages of Color #388bac

%67
%19
%0
%33

Triadic Colors of #388bac

#388bac #ac388b #8bac38

Analogous Colors of #388bac

#388bac #3851ac #38ac93

Monochromatic Colors of #388bac

#388bac

Complementary Color

#388bac #ac5938

#388bac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#388bac Color Preview on White Background

Lorem ipsum dolor sit amet.

#388bac Color CSS Codes

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

#388bac Text Font Color

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

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


#388bac Background Color

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

This div background color is #388bac


#388bac Border Color

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

This div border color is #388bac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #388bac


Comments

No comments written yet.

Please login to write comment.