Color Hex Logo

#389ddf Color Hex

#389DDF
(56,157,223)
0 Favorites   0 Comments

Color spaces of #389ddf

RGB 56157223
HSL0.570.720.55
HSV204°75°87°
CMYK 0.750.300.00   0.13
XYZ27.007130.282474.2337
Yxy30.28240.20530.2302
Hunter Lab55.0294-8.6981-41.4605
CIE-Lab61.8971-7.0507-41.7207

#389ddf color RGB value is (56,157,223).

#389ddf hex color red value is 56, green value is 157 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #389ddf hue: 0.57 , saturation: 0.72 and the lightness value of 389ddf is 0.55.

The process color (four color CMYK) of #389ddf color hex is 0.75, 0.30, 0.00, 0.13. Web safe color of #389ddf is #3399cc. Color #389ddf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 10011101 11011111
Octal 70 235 337
Decimal 56 157 223
Hex 38 9D DF

RGB Percentages of Color #389ddf

%12.84
%36.01
%51.15

CMYK Percentages of Color #389ddf

%75
%30
%0
%13

Triadic Colors of #389ddf

#389ddf #df389d #9ddf38

Analogous Colors of #389ddf

#389ddf #3849df #38dfce

Monochromatic Colors of #389ddf

#389ddf

Complementary Color

#389ddf #df7a38

#389ddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#389ddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#389ddf Color CSS Codes

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

#389ddf Text Font Color

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

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


#389ddf Background Color

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

This div background color is #389ddf


#389ddf Border Color

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

This div border color is #389ddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #389ddf


Comments

No comments written yet.

Please login to write comment.