Color Hex Logo

#399cdb Color Hex

#399CDB
(57,156,219)
0 Favorites   0 Comments

Color spaces of #399cdb

RGB 57156219
HSL0.560.690.54
HSV203°74°86°
CMYK 0.740.290.00   0.14
XYZ26.362029.761371.3729
Yxy29.76130.20680.2334
Hunter Lab54.5539-9.2131-39.3814
CIE-Lab61.4477-7.7520-40.2046

#399cdb color RGB value is (57,156,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 10011100 11011011
Octal 71 234 333
Decimal 57 156 219
Hex 39 9C DB

RGB Percentages of Color #399cdb

%13.19
%36.11
%50.69

CMYK Percentages of Color #399cdb

%74
%29
%0
%14

Triadic Colors of #399cdb

#399cdb #db399c #9cdb39

Analogous Colors of #399cdb

#399cdb #394bdb #39dbc9

Monochromatic Colors of #399cdb

#399cdb

Complementary Color

#399cdb #db7839

#399cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#399cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#399cdb Color CSS Codes

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

#399cdb Text Font Color

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

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


#399cdb Background Color

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

This div background color is #399cdb


#399cdb Border Color

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

This div border color is #399cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #399cdb


Comments

No comments written yet.

Please login to write comment.