Color Hex Logo

#346fdf Color Hex

#346FDF
(52,111,223)
0 Favorites   0 Comments

Color spaces of #346fdf

RGB 52111223
HSL0.610.730.54
HSV219°77°87°
CMYK 0.770.500.00   0.13
XYZ20.419917.426772.0995
Yxy17.42670.18570.1585
Hunter Lab41.745314.2598-73.1797
CIE-Lab48.793220.1808-62.6103

#346fdf color RGB value is (52,111,223).

#346fdf hex color red value is 52, green value is 111 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #346fdf hue: 0.61 , saturation: 0.73 and the lightness value of 346fdf is 0.54.

The process color (four color CMYK) of #346fdf color hex is 0.77, 0.50, 0.00, 0.13. Web safe color of #346fdf is #3366cc. Color #346fdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 01101111 11011111
Octal 64 157 337
Decimal 52 111 223
Hex 34 6F DF

RGB Percentages of Color #346fdf

%13.47
%28.76
%57.77

CMYK Percentages of Color #346fdf

%77
%50
%0
%13

Triadic Colors of #346fdf

#346fdf #df346f #6fdf34

Analogous Colors of #346fdf

#346fdf #4e34df #34c5df

Monochromatic Colors of #346fdf

#346fdf

Complementary Color

#346fdf #dfa434

#346fdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#346fdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#346fdf Color CSS Codes

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

#346fdf Text Font Color

<p style="color:#346fdf">Text here</p>

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


#346fdf Background Color

<div style="background-color:#346fdf">
Div content here</div>

This div background color is #346fdf


#346fdf Border Color

<div style="border:3px solid #346fdf">
Div here</div>

This div border color is #346fdf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(52,111,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #346fdf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #346fdf;
  -webkit-box-shadow: 1px 1px 3px 2px #346fdf;
  box-shadow:         1px 1px 3px 2px #346fdf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #346fdf


Comments

No comments written yet.

Please login to write comment.