Color Hex Logo

#3294ad Color Hex

#3294AD
(50,148,173)
0 Favorites   0 Comments

Color spaces of #3294ad

RGB 50148173
HSL0.530.550.44
HSV192°71°68°
CMYK 0.710.140.00   0.32
XYZ19.448124.875043.3115
Yxy24.87500.22190.2838
Hunter Lab49.8748-17.6770-16.5753
CIE-Lab56.9534-19.8204-21.3064

#3294ad color RGB value is (50,148,173).

#3294ad hex color red value is 50, green value is 148 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #3294ad hue: 0.53 , saturation: 0.55 and the lightness value of 3294ad is 0.44.

The process color (four color CMYK) of #3294ad color hex is 0.71, 0.14, 0.00, 0.32. Web safe color of #3294ad is #339999. Color #3294ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 10010100 10101101
Octal 62 224 255
Decimal 50 148 173
Hex 32 94 AD

RGB Percentages of Color #3294ad

%13.48
%39.89
%46.63

CMYK Percentages of Color #3294ad

%71
%14
%0
%32

Triadic Colors of #3294ad

#3294ad #ad3294 #94ad32

Analogous Colors of #3294ad

#3294ad #3257ad #32ad89

Monochromatic Colors of #3294ad

#3294ad

Complementary Color

#3294ad #ad4b32

#3294ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3294ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#3294ad Color CSS Codes

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

#3294ad Text Font Color

<p style="color:#3294ad">Text here</p>

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


#3294ad Background Color

<div style="background-color:#3294ad">
Div content here</div>

This div background color is #3294ad


#3294ad Border Color

<div style="border:3px solid #3294ad">
Div here</div>

This div border color is #3294ad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(50,148,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3294ad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3294ad;
  -webkit-box-shadow: 1px 1px 3px 2px #3294ad;
  box-shadow:         1px 1px 3px 2px #3294ad; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(50,148,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3294ad


Comments

No comments written yet.

Please login to write comment.