Color Hex Logo

#3494dc Color Hex

#3494DC
(52,148,220)
0 Favorites   0 Comments

Color spaces of #3494dc

RGB 52148220
HSL0.570.710.53
HSV206°76°86°
CMYK 0.760.330.00   0.14
XYZ24.924327.077271.6229
Yxy27.07720.20160.2190
Hunter Lab52.0358-5.5639-45.1827
CIE-Lab59.0457-3.4374-44.5486

#3494dc color RGB value is (52,148,220).

#3494dc hex color red value is 52, green value is 148 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #3494dc hue: 0.57 , saturation: 0.71 and the lightness value of 3494dc is 0.53.

The process color (four color CMYK) of #3494dc color hex is 0.76, 0.33, 0.00, 0.14. Web safe color of #3494dc is #3399cc. Color #3494dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 10010100 11011100
Octal 64 224 334
Decimal 52 148 220
Hex 34 94 DC

RGB Percentages of Color #3494dc

%12.38
%35.24
%52.38

CMYK Percentages of Color #3494dc

%76
%33
%0
%14

Triadic Colors of #3494dc

#3494dc #dc3494 #94dc34

Analogous Colors of #3494dc

#3494dc #3440dc #34dcd0

Monochromatic Colors of #3494dc

#3494dc

Complementary Color

#3494dc #dc7c34

#3494dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3494dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3494dc Color CSS Codes

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

#3494dc Text Font Color

<p style="color:#3494dc">Text here</p>

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


#3494dc Background Color

<div style="background-color:#3494dc">
Div content here</div>

This div background color is #3494dc


#3494dc Border Color

<div style="border:3px solid #3494dc">
Div here</div>

This div border color is #3494dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(52,148,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3494dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3494dc;
  -webkit-box-shadow: 1px 1px 3px 2px #3494dc;
  box-shadow:         1px 1px 3px 2px #3494dc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3494dc


Comments

No comments written yet.

Please login to write comment.