Color Hex Logo

#3999ba Color Hex

#3999BA
(57,153,186)
0 Favorites   0 Comments

Color spaces of #3999ba

RGB 57153186
HSL0.540.530.48
HSV195°69°73°
CMYK 0.690.180.00   0.27
XYZ21.941527.197550.5476
Yxy27.19750.22010.2728
Hunter Lab52.1512-16.1646-20.9610
CIE-Lab59.1567-17.2285-25.2810

#3999ba color RGB value is (57,153,186).

#3999ba hex color red value is 57, green value is 153 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #3999ba hue: 0.54 , saturation: 0.53 and the lightness value of 3999ba is 0.48.

The process color (four color CMYK) of #3999ba color hex is 0.69, 0.18, 0.00, 0.27. Web safe color of #3999ba is #3399cc. Color #3999ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 10011001 10111010
Octal 71 231 272
Decimal 57 153 186
Hex 39 99 BA

RGB Percentages of Color #3999ba

%14.39
%38.64
%46.97

CMYK Percentages of Color #3999ba

%69
%18
%0
%27

Triadic Colors of #3999ba

#3999ba #ba3999 #99ba39

Analogous Colors of #3999ba

#3999ba #3959ba #39ba9b

Monochromatic Colors of #3999ba

#3999ba

Complementary Color

#3999ba #ba5a39

#3999ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3999ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#3999ba Color CSS Codes

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

#3999ba Text Font Color

<p style="color:#3999ba">Text here</p>

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


#3999ba Background Color

<div style="background-color:#3999ba">
Div content here</div>

This div background color is #3999ba


#3999ba Border Color

<div style="border:3px solid #3999ba">
Div here</div>

This div border color is #3999ba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(57,153,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3999ba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3999ba;
  -webkit-box-shadow: 1px 1px 3px 2px #3999ba;
  box-shadow:         1px 1px 3px 2px #3999ba; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3999ba


Comments

No comments written yet.

Please login to write comment.