Color Hex Logo

#389acd Color Hex

#389ACD
(56,154,205)
0 Favorites   0 Comments

Color spaces of #389acd

RGB 56154205
HSL0.560.600.51
HSV201°73°80°
CMYK 0.730.250.00   0.20
XYZ24.205928.359761.9558
Yxy28.35970.21140.2476
Hunter Lab53.2538-12.0591-31.7006
CIE-Lab60.2123-11.5707-34.3305

#389acd color RGB value is (56,154,205).

#389acd hex color red value is 56, green value is 154 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #389acd hue: 0.56 , saturation: 0.60 and the lightness value of 389acd is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 10011010 11001101
Octal 70 232 315
Decimal 56 154 205
Hex 38 9A CD

RGB Percentages of Color #389acd

%13.49
%37.11
%49.40

CMYK Percentages of Color #389acd

%73
%25
%0
%20

Triadic Colors of #389acd

#389acd #cd389a #9acd38

Analogous Colors of #389acd

#389acd #3850cd #38cdb6

Monochromatic Colors of #389acd

#389acd

Complementary Color

#389acd #cd6b38

#389acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#389acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#389acd Color CSS Codes

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

#389acd Text Font Color

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

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


#389acd Background Color

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

This div background color is #389acd


#389acd Border Color

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

This div border color is #389acd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #389acd


Comments

No comments written yet.

Please login to write comment.