Color Hex Logo

#347dac Color Hex

#347DAC
(52,125,172)
0 Favorites   0 Comments

Color spaces of #347dac

RGB 52125172
HSL0.570.540.44
HSV204°70°67°
CMYK 0.700.270.00   0.33
XYZ16.196218.375941.7230
Yxy18.37590.21230.2409
Hunter Lab42.8671-7.5760-27.7006
CIE-Lab49.9489-7.0614-31.5625

#347dac color RGB value is (52,125,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110100 01111101 10101100
Octal 64 175 254
Decimal 52 125 172
Hex 34 7D AC

RGB Percentages of Color #347dac

%14.90
%35.82
%49.28

CMYK Percentages of Color #347dac

%70
%27
%0
%33

Triadic Colors of #347dac

#347dac #ac347d #7dac34

Analogous Colors of #347dac

#347dac #3441ac #34ac9f

Monochromatic Colors of #347dac

#347dac

Complementary Color

#347dac #ac6334

#347dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#347dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#347dac Color CSS Codes

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

#347dac Text Font Color

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

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


#347dac Background Color

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

This div background color is #347dac


#347dac Border Color

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

This div border color is #347dac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(52,125,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 #347dac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #347dac


Comments

No comments written yet.

Please login to write comment.