Color Hex Logo

#3993aa Color Hex

#3993AA
(57,147,170)
0 Favorites   0 Comments

Color spaces of #3993aa

RGB 57147170
HSL0.530.500.45
HSV192°66°67°
CMYK 0.660.140.00   0.33
XYZ19.376824.639641.7649
Yxy24.63960.22590.2872
Hunter Lab49.6383-17.1878-15.1389
CIE-Lab56.7226-19.1858-19.9324

#3993aa color RGB value is (57,147,170).

#3993aa hex color red value is 57, green value is 147 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #3993aa hue: 0.53 , saturation: 0.50 and the lightness value of 3993aa is 0.45.

The process color (four color CMYK) of #3993aa color hex is 0.66, 0.14, 0.00, 0.33. Web safe color of #3993aa is #339999. Color #3993aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 10010011 10101010
Octal 71 223 252
Decimal 57 147 170
Hex 39 93 AA

RGB Percentages of Color #3993aa

%15.24
%39.30
%45.45

CMYK Percentages of Color #3993aa

%66
%14
%0
%33

Triadic Colors of #3993aa

#3993aa #aa3993 #93aa39

Analogous Colors of #3993aa

#3993aa #395baa #39aa89

Monochromatic Colors of #3993aa

#3993aa

Complementary Color

#3993aa #aa5039

#3993aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3993aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#3993aa Color CSS Codes

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

#3993aa Text Font Color

<p style="color:#3993aa">Text here</p>

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


#3993aa Background Color

<div style="background-color:#3993aa">
Div content here</div>

This div background color is #3993aa


#3993aa Border Color

<div style="border:3px solid #3993aa">
Div here</div>

This div border color is #3993aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(57,147,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3993aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3993aa;
  -webkit-box-shadow: 1px 1px 3px 2px #3993aa;
  box-shadow:         1px 1px 3px 2px #3993aa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3993aa


Comments

No comments written yet.

Please login to write comment.