Color Hex Logo

#399faa Color Hex

#399FAA
(57,159,170)
0 Favorites   0 Comments

Color spaces of #399faa

RGB 57159170
HSL0.520.500.45
HSV186°66°67°
CMYK 0.660.060.00   0.33
XYZ21.341228.568442.4197
Yxy28.56840.23110.3094
Hunter Lab53.4494-22.2653-9.6404
CIE-Lab60.3988-25.4056-14.3495

#399faa color RGB value is (57,159,170).

#399faa hex color red value is 57, green value is 159 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #399faa hue: 0.52 , saturation: 0.50 and the lightness value of 399faa is 0.45.

The process color (four color CMYK) of #399faa color hex is 0.66, 0.06, 0.00, 0.33. Web safe color of #399faa is #339999. Color #399faa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 10011111 10101010
Octal 71 237 252
Decimal 57 159 170
Hex 39 9F AA

RGB Percentages of Color #399faa

%14.77
%41.19
%44.04

CMYK Percentages of Color #399faa

%66
%6
%0
%33

Triadic Colors of #399faa

#399faa #aa399f #9faa39

Analogous Colors of #399faa

#399faa #3967aa #39aa7d

Monochromatic Colors of #399faa

#399faa

Complementary Color

#399faa #aa4439

#399faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#399faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#399faa Color CSS Codes

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

#399faa Text Font Color

<p style="color:#399faa">Text here</p>

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


#399faa Background Color

<div style="background-color:#399faa">
Div content here</div>

This div background color is #399faa


#399faa Border Color

<div style="border:3px solid #399faa">
Div here</div>

This div border color is #399faa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(57,159,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #399faa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #399faa;
  -webkit-box-shadow: 1px 1px 3px 2px #399faa;
  box-shadow:         1px 1px 3px 2px #399faa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(57,159,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #399faa


Comments

No comments written yet.

Please login to write comment.