Color Hex Logo

#389dda Color Hex

#389DDA
(56,157,218)
0 Favorites   0 Comments

Color spaces of #389dda

RGB 56157218
HSL0.560.690.54
HSV203°74°85°
CMYK 0.740.280.00   0.15
XYZ26.342730.016770.7350
Yxy30.01670.20730.2362
Hunter Lab54.7875-10.0525-38.1968
CIE-Lab61.6686-8.7838-39.3046

#389dda color RGB value is (56,157,218).

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

The process color (four color CMYK) of #389dda color hex is 0.74, 0.28, 0.00, 0.15. Web safe color of #389dda is #3399cc. Color #389dda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 10011101 11011010
Octal 70 235 332
Decimal 56 157 218
Hex 38 9D DA

RGB Percentages of Color #389dda

%12.99
%36.43
%50.58

CMYK Percentages of Color #389dda

%74
%28
%0
%15

Triadic Colors of #389dda

#389dda #da389d #9dda38

Analogous Colors of #389dda

#389dda #384cda #38dac6

Monochromatic Colors of #389dda

#389dda

Complementary Color

#389dda #da7538

#389dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#389dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#389dda Color CSS Codes

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

#389dda Text Font Color

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

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


#389dda Background Color

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

This div background color is #389dda


#389dda Border Color

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

This div border color is #389dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #389dda


Comments

No comments written yet.

Please login to write comment.