Color Hex Logo

#399cbd Color Hex

#399CBD
(57,156,189)
0 Favorites   0 Comments

Color spaces of #399cbd

RGB 57156189
HSL0.540.540.48
HSV195°70°74°
CMYK 0.700.170.00   0.26
XYZ22.761128.320952.4110
Yxy28.32090.21990.2737
Hunter Lab53.2174-16.7859-21.1394
CIE-Lab60.1776-17.8563-25.4009

#399cbd color RGB value is (57,156,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 10011100 10111101
Octal 71 234 275
Decimal 57 156 189
Hex 39 9C BD

RGB Percentages of Color #399cbd

%14.18
%38.81
%47.01

CMYK Percentages of Color #399cbd

%70
%17
%0
%26

Triadic Colors of #399cbd

#399cbd #bd399c #9cbd39

Analogous Colors of #399cbd

#399cbd #395abd #39bd9c

Monochromatic Colors of #399cbd

#399cbd

Complementary Color

#399cbd #bd5a39

#399cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#399cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#399cbd Color CSS Codes

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

#399cbd Text Font Color

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

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


#399cbd Background Color

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

This div background color is #399cbd


#399cbd Border Color

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

This div border color is #399cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #399cbd


Comments

No comments written yet.

Please login to write comment.