Color Hex Logo

#398faa Color Hex

#398FAA
(57,143,170)
0 Favorites   0 Comments

Color spaces of #398faa

RGB 57143170
HSL0.540.500.45
HSV194°66°67°
CMYK 0.660.160.00   0.33
XYZ18.765523.417141.5611
Yxy23.41710.22410.2796
Hunter Lab48.3912-15.4646-17.0477
CIE-Lab55.4994-17.0412-21.8045

#398faa color RGB value is (57,143,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 10001111 10101010
Octal 71 217 252
Decimal 57 143 170
Hex 39 8F AA

RGB Percentages of Color #398faa

%15.41
%38.65
%45.95

CMYK Percentages of Color #398faa

%66
%16
%0
%33

Triadic Colors of #398faa

#398faa #aa398f #8faa39

Analogous Colors of #398faa

#398faa #3957aa #39aa8d

Monochromatic Colors of #398faa

#398faa

Complementary Color

#398faa #aa5439

#398faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#398faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#398faa Color CSS Codes

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

#398faa Text Font Color

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

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


#398faa Background Color

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

This div background color is #398faa


#398faa Border Color

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

This div border color is #398faa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(57,143,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 #398faa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #398faa


Comments

No comments written yet.

Please login to write comment.