Color Hex Logo

#347fad Color Hex

#347FAD
(52,127,173)
0 Favorites   0 Comments

Color spaces of #347fad

RGB 52127173
HSL0.560.540.44
HSV203°70°68°
CMYK 0.700.270.00   0.32
XYZ16.548418.925942.3160
Yxy18.92590.21270.2433
Hunter Lab43.5039-8.2324-27.2183
CIE-Lab50.6004-7.8747-31.1242

#347fad color RGB value is (52,127,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110100 01111111 10101101
Octal 64 177 255
Decimal 52 127 173
Hex 34 7F AD

RGB Percentages of Color #347fad

%14.77
%36.08
%49.15

CMYK Percentages of Color #347fad

%70
%27
%0
%32

Triadic Colors of #347fad

#347fad #ad347f #7fad34

Analogous Colors of #347fad

#347fad #3442ad #34ad9f

Monochromatic Colors of #347fad

#347fad

Complementary Color

#347fad #ad6234

#347fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#347fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#347fad Color CSS Codes

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

#347fad Text Font Color

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

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


#347fad Background Color

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

This div background color is #347fad


#347fad Border Color

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

This div border color is #347fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #347fad


Comments

No comments written yet.

Please login to write comment.