Color Hex Logo

#399fda Color Hex

#399FDA
(57,159,218)
0 Favorites   0 Comments

Color spaces of #399fda

RGB 57159218
HSL0.560.690.54
HSV202°74°85°
CMYK 0.740.270.00   0.15
XYZ26.740430.728170.8514
Yxy30.72810.20840.2395
Hunter Lab55.4329-10.9007-36.9782
CIE-Lab62.2774-9.7756-38.3499

#399fda color RGB value is (57,159,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 10011111 11011010
Octal 71 237 332
Decimal 57 159 218
Hex 39 9F DA

RGB Percentages of Color #399fda

%13.13
%36.64
%50.23

CMYK Percentages of Color #399fda

%74
%27
%0
%15

Triadic Colors of #399fda

#399fda #da399f #9fda39

Analogous Colors of #399fda

#399fda #394eda #39dac5

Monochromatic Colors of #399fda

#399fda

Complementary Color

#399fda #da7439

#399fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#399fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#399fda Color CSS Codes

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

#399fda Text Font Color

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

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


#399fda Background Color

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

This div background color is #399fda


#399fda Border Color

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

This div border color is #399fda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #399fda


Comments

No comments written yet.

Please login to write comment.