Color Hex Logo

#389ccc Color Hex

#389CCC
(56,156,204)
0 Favorites   0 Comments

Color spaces of #389ccc

RGB 56156204
HSL0.550.590.51
HSV199°73°80°
CMYK 0.730.240.00   0.20
XYZ24.418428.977361.4329
Yxy28.97730.21270.2524
Hunter Lab53.8306-13.2331-29.9820
CIE-Lab60.7616-13.0135-32.9159

#389ccc color RGB value is (56,156,204).

#389ccc hex color red value is 56, green value is 156 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #389ccc hue: 0.55 , saturation: 0.59 and the lightness value of 389ccc is 0.51.

The process color (four color CMYK) of #389ccc color hex is 0.73, 0.24, 0.00, 0.20. Web safe color of #389ccc is #3399cc. Color #389ccc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 10011100 11001100
Octal 70 234 314
Decimal 56 156 204
Hex 38 9C CC

RGB Percentages of Color #389ccc

%13.46
%37.50
%49.04

CMYK Percentages of Color #389ccc

%73
%24
%0
%20

Triadic Colors of #389ccc

#389ccc #cc389c #9ccc38

Analogous Colors of #389ccc

#389ccc #3852cc #38ccb2

Monochromatic Colors of #389ccc

#389ccc

Complementary Color

#389ccc #cc6838

#389ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#389ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#389ccc Color CSS Codes

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

#389ccc Text Font Color

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

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


#389ccc Background Color

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

This div background color is #389ccc


#389ccc Border Color

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

This div border color is #389ccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #389ccc


Comments

No comments written yet.

Please login to write comment.