Color Hex Logo

#389daf Color Hex

#389DAF
(56,157,175)
0 Favorites   0 Comments

Color spaces of #389daf

RGB 56157175
HSL0.530.520.45
HSV189°68°69°
CMYK 0.680.100.00   0.31
XYZ21.425728.049844.8423
Yxy28.04980.22720.2974
Hunter Lab52.9621-20.4718-13.1266
CIE-Lab59.9337-23.0003-17.8808

#389daf color RGB value is (56,157,175).

#389daf hex color red value is 56, green value is 157 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #389daf hue: 0.53 , saturation: 0.52 and the lightness value of 389daf is 0.45.

The process color (four color CMYK) of #389daf color hex is 0.68, 0.10, 0.00, 0.31. Web safe color of #389daf is #339999. Color #389daf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 10011101 10101111
Octal 70 235 257
Decimal 56 157 175
Hex 38 9D AF

RGB Percentages of Color #389daf

%14.43
%40.46
%45.10

CMYK Percentages of Color #389daf

%68
%10
%0
%31

Triadic Colors of #389daf

#389daf #af389d #9daf38

Analogous Colors of #389daf

#389daf #3862af #38af86

Monochromatic Colors of #389daf

#389daf

Complementary Color

#389daf #af4a38

#389daf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#389daf Color Preview on White Background

Lorem ipsum dolor sit amet.

#389daf Color CSS Codes

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

#389daf Text Font Color

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

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


#389daf Background Color

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

This div background color is #389daf


#389daf Border Color

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

This div border color is #389daf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #389daf


Comments

No comments written yet.

Please login to write comment.