Color Hex Logo

#399ccc Color Hex

#399CCC
(57,156,204)
0 Favorites   0 Comments

Color spaces of #399ccc

RGB 57156204
HSL0.550.590.51
HSV200°72°80°
CMYK 0.720.240.00   0.20
XYZ24.474929.006461.4356
Yxy29.00640.21300.2524
Hunter Lab53.8576-13.1337-29.9321
CIE-Lab60.7873-12.8793-32.8741

#399ccc color RGB value is (57,156,204).

#399ccc hex color red value is 57, green value is 156 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #399ccc hue: 0.55 , saturation: 0.59 and the lightness value of 399ccc is 0.51.

The process color (four color CMYK) of #399ccc color hex is 0.72, 0.24, 0.00, 0.20. Web safe color of #399ccc is #3399cc. Color #399ccc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 10011100 11001100
Octal 71 234 314
Decimal 57 156 204
Hex 39 9C CC

RGB Percentages of Color #399ccc

%13.67
%37.41
%48.92

CMYK Percentages of Color #399ccc

%72
%24
%0
%20

Triadic Colors of #399ccc

#399ccc #cc399c #9ccc39

Analogous Colors of #399ccc

#399ccc #3953cc #39ccb3

Monochromatic Colors of #399ccc

#399ccc

Complementary Color

#399ccc #cc6939

#399ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#399ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#399ccc Color CSS Codes

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

#399ccc Text Font Color

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

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


#399ccc Background Color

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

This div background color is #399ccc


#399ccc Border Color

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

This div border color is #399ccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #399ccc

#399ccc Color Palettes


Comments

No comments written yet.

Please login to write comment.