Color Hex Logo

#389aba Color Hex

#389ABA
(56,154,186)
0 Favorites   0 Comments

Color spaces of #389aba

RGB 56154186
HSL0.540.540.47
HSV195°70°73°
CMYK 0.700.170.00   0.27
XYZ22.049427.497150.5997
Yxy27.49710.22020.2746
Hunter Lab52.4377-16.7089-20.5055
CIE-Lab59.4317-17.9117-24.8601

#389aba color RGB value is (56,154,186).

#389aba hex color red value is 56, green value is 154 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #389aba hue: 0.54 , saturation: 0.54 and the lightness value of 389aba is 0.47.

The process color (four color CMYK) of #389aba color hex is 0.70, 0.17, 0.00, 0.27. Web safe color of #389aba is #3399cc. Color #389aba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 10011010 10111010
Octal 70 232 272
Decimal 56 154 186
Hex 38 9A BA

RGB Percentages of Color #389aba

%14.14
%38.89
%46.97

CMYK Percentages of Color #389aba

%70
%17
%0
%27

Triadic Colors of #389aba

#389aba #ba389a #9aba38

Analogous Colors of #389aba

#389aba #3859ba #38ba99

Monochromatic Colors of #389aba

#389aba

Complementary Color

#389aba #ba5838

#389aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#389aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#389aba Color CSS Codes

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

#389aba Text Font Color

<p style="color:#389aba">Text here</p>

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


#389aba Background Color

<div style="background-color:#389aba">
Div content here</div>

This div background color is #389aba


#389aba Border Color

<div style="border:3px solid #389aba">
Div here</div>

This div border color is #389aba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(56,154,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #389aba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #389aba;
  -webkit-box-shadow: 1px 1px 3px 2px #389aba;
  box-shadow:         1px 1px 3px 2px #389aba; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #389aba


Comments

No comments written yet.

Please login to write comment.