Color Hex Logo

#389ddc Color Hex

#389DDC
(56,157,220)
0 Favorites   0 Comments

Color spaces of #389ddc

RGB 56157220
HSL0.560.700.54
HSV203°75°86°
CMYK 0.750.290.00   0.14
XYZ26.606130.122072.1220
Yxy30.12200.20650.2338
Hunter Lab54.8835-9.5140-39.4941
CIE-Lab61.7593-8.0919-40.2730

#389ddc color RGB value is (56,157,220).

#389ddc hex color red value is 56, green value is 157 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #389ddc hue: 0.56 , saturation: 0.70 and the lightness value of 389ddc is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 10011101 11011100
Octal 70 235 334
Decimal 56 157 220
Hex 38 9D DC

RGB Percentages of Color #389ddc

%12.93
%36.26
%50.81

CMYK Percentages of Color #389ddc

%75
%29
%0
%14

Triadic Colors of #389ddc

#389ddc #dc389d #9ddc38

Analogous Colors of #389ddc

#389ddc #384bdc #38dcc9

Monochromatic Colors of #389ddc

#389ddc

Complementary Color

#389ddc #dc7738

#389ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#389ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#389ddc Color CSS Codes

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

#389ddc Text Font Color

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

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


#389ddc Background Color

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

This div background color is #389ddc


#389ddc Border Color

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

This div border color is #389ddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #389ddc


Comments

No comments written yet.

Please login to write comment.