Color Hex Logo

#389abb Color Hex

#389ABB
(56,154,187)
0 Favorites   0 Comments

Color spaces of #389abb

RGB 56154187
HSL0.540.540.48
HSV195°70°73°
CMYK 0.700.180.00   0.27
XYZ22.156127.539851.1617
Yxy27.53980.21970.2731
Hunter Lab52.4784-16.4754-21.0676
CIE-Lab59.4707-17.5852-25.3643

#389abb color RGB value is (56,154,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 10011010 10111011
Octal 70 232 273
Decimal 56 154 187
Hex 38 9A BB

RGB Percentages of Color #389abb

%14.11
%38.79
%47.10

CMYK Percentages of Color #389abb

%70
%18
%0
%27

Triadic Colors of #389abb

#389abb #bb389a #9abb38

Analogous Colors of #389abb

#389abb #3858bb #38bb9b

Monochromatic Colors of #389abb

#389abb

Complementary Color

#389abb #bb5938

#389abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#389abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#389abb Color CSS Codes

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

#389abb Text Font Color

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

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


#389abb Background Color

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

This div background color is #389abb


#389abb Border Color

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

This div border color is #389abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #389abb


Comments

No comments written yet.

Please login to write comment.