Color Hex Logo

#346fec Color Hex

#346FEC
(52,111,236)
0 Favorites   0 Comments

Color spaces of #346fec

RGB 52111236
HSL0.610.830.56
HSV221°78°93°
CMYK 0.780.530.00   0.07
XYZ22.240918.155181.6889
Yxy18.15510.18220.1487
Hunter Lab42.608818.6078-83.8437
CIE-Lab49.683724.9922-68.4841

#346fec color RGB value is (52,111,236).

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

The process color (four color CMYK) of #346fec color hex is 0.78, 0.53, 0.00, 0.07. Web safe color of #346fec is #3366ff. Color #346fec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 01101111 11101100
Octal 64 157 354
Decimal 52 111 236
Hex 34 6F EC

RGB Percentages of Color #346fec

%13.03
%27.82
%59.15

CMYK Percentages of Color #346fec

%78
%53
%0
%7

Triadic Colors of #346fec

#346fec #ec346f #6fec34

Analogous Colors of #346fec

#346fec #5534ec #34cbec

Monochromatic Colors of #346fec

#346fec

Complementary Color

#346fec #ecb134

#346fec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#346fec Color Preview on White Background

Lorem ipsum dolor sit amet.

#346fec Color CSS Codes

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

#346fec Text Font Color

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

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


#346fec Background Color

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

This div background color is #346fec


#346fec Border Color

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

This div border color is #346fec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #346fec


Comments

No comments written yet.

Please login to write comment.