Color Hex Logo

#399dd4 Color Hex

#399DD4
(57,157,212)
0 Favorites   0 Comments

Color spaces of #399dd4

RGB 57157212
HSL0.560.640.53
HSV201°73°83°
CMYK 0.730.260.00   0.17
XYZ25.628029.737366.6765
Yxy29.73730.21000.2437
Hunter Lab54.5319-11.5424-34.3219
CIE-Lab61.4269-10.7171-36.3431

#399dd4 color RGB value is (57,157,212).

#399dd4 hex color red value is 57, green value is 157 and the blue value of its RGB is 212. Cylindrical-coordinate representations (also known as HSL) of color #399dd4 hue: 0.56 , saturation: 0.64 and the lightness value of 399dd4 is 0.53.

The process color (four color CMYK) of #399dd4 color hex is 0.73, 0.26, 0.00, 0.17. Web safe color of #399dd4 is #3399cc. Color #399dd4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 10011101 11010100
Octal 71 235 324
Decimal 57 157 212
Hex 39 9D D4

RGB Percentages of Color #399dd4

%13.38
%36.85
%49.77

CMYK Percentages of Color #399dd4

%73
%26
%0
%17

Triadic Colors of #399dd4

#399dd4 #d4399d #9dd439

Analogous Colors of #399dd4

#399dd4 #3950d4 #39d4be

Monochromatic Colors of #399dd4

#399dd4

Complementary Color

#399dd4 #d47039

#399dd4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#399dd4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#399dd4 Color CSS Codes

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

#399dd4 Text Font Color

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

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


#399dd4 Background Color

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

This div background color is #399dd4


#399dd4 Border Color

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

This div border color is #399dd4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #399dd4


Comments

No comments written yet.

Please login to write comment.