Color Hex Logo

#389abe Color Hex

#389ABE
(56,154,190)
0 Favorites   0 Comments

Color spaces of #389abe

RGB 56154190
HSL0.540.540.48
HSV196°71°75°
CMYK 0.710.190.00   0.25
XYZ22.480827.669752.8711
Yxy27.66970.21820.2686
Hunter Lab52.6020-15.7670-22.7719
CIE-Lab59.5892-16.5999-26.8727

#389abe color RGB value is (56,154,190).

#389abe hex color red value is 56, green value is 154 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #389abe hue: 0.54 , saturation: 0.54 and the lightness value of 389abe is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 10011010 10111110
Octal 70 232 276
Decimal 56 154 190
Hex 38 9A BE

RGB Percentages of Color #389abe

%14.00
%38.50
%47.50

CMYK Percentages of Color #389abe

%71
%19
%0
%25

Triadic Colors of #389abe

#389abe #be389a #9abe38

Analogous Colors of #389abe

#389abe #3857be #38be9f

Monochromatic Colors of #389abe

#389abe

Complementary Color

#389abe #be5c38

#389abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#389abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#389abe Color CSS Codes

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

#389abe Text Font Color

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

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


#389abe Background Color

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

This div background color is #389abe


#389abe Border Color

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

This div border color is #389abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #389abe


Comments

No comments written yet.

Please login to write comment.