Color Hex Logo

#345dac Color Hex

#345DAC
(52,93,172)
0 Favorites   0 Comments

Color spaces of #345dac

RGB 5293172
HSL0.610.540.44
HSV220°70°67°
CMYK 0.700.460.00   0.33
XYZ12.776911.537340.5832
Yxy11.53730.19690.1778
Hunter Lab33.96667.7031-47.0629
CIE-Lab40.471112.7233-46.5685

#345dac color RGB value is (52,93,172).

#345dac hex color red value is 52, green value is 93 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #345dac hue: 0.61 , saturation: 0.54 and the lightness value of 345dac is 0.44.

The process color (four color CMYK) of #345dac color hex is 0.70, 0.46, 0.00, 0.33. Web safe color of #345dac is #336699. Color #345dac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 01011101 10101100
Octal 64 135 254
Decimal 52 93 172
Hex 34 5D AC

RGB Percentages of Color #345dac

%16.40
%29.34
%54.26

CMYK Percentages of Color #345dac

%70
%46
%0
%33

Triadic Colors of #345dac

#345dac #ac345d #5dac34

Analogous Colors of #345dac

#345dac #4734ac #3499ac

Monochromatic Colors of #345dac

#345dac

Complementary Color

#345dac #ac8334

#345dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#345dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#345dac Color CSS Codes

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

#345dac Text Font Color

<p style="color:#345dac">Text here</p>

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


#345dac Background Color

<div style="background-color:#345dac">
Div content here</div>

This div background color is #345dac


#345dac Border Color

<div style="border:3px solid #345dac">
Div here</div>

This div border color is #345dac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(52,93,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #345dac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #345dac;
  -webkit-box-shadow: 1px 1px 3px 2px #345dac;
  box-shadow:         1px 1px 3px 2px #345dac; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #345dac


Comments

No comments written yet.

Please login to write comment.