Color Hex Logo

#346efc Color Hex

#346EFC
(52,110,252)
0 Favorites   0 Comments

Color spaces of #346efc

RGB 52110252
HSL0.620.970.60
HSV223°79°99°
CMYK 0.790.560.00   0.01
XYZ24.562818.910294.4509
Yxy18.91020.17810.1371
Hunter Lab43.485924.7247-98.3372
CIE-Lab50.582031.4894-75.9450

#346efc color RGB value is (52,110,252).

#346efc hex color red value is 52, green value is 110 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #346efc hue: 0.62 , saturation: 0.97 and the lightness value of 346efc is 0.60.

The process color (four color CMYK) of #346efc color hex is 0.79, 0.56, 0.00, 0.01. Web safe color of #346efc is #3366ff. Color #346efc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 01101110 11111100
Octal 64 156 374
Decimal 52 110 252
Hex 34 6E FC

RGB Percentages of Color #346efc

%12.56
%26.57
%60.87

CMYK Percentages of Color #346efc

%79
%56
%0
%1

Triadic Colors of #346efc

#346efc #fc346e #6efc34

Analogous Colors of #346efc

#346efc #5e34fc #34d2fc

Monochromatic Colors of #346efc

#346efc

Complementary Color

#346efc #fcc234

#346efc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#346efc Color Preview on White Background

Lorem ipsum dolor sit amet.

#346efc Color CSS Codes

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

#346efc Text Font Color

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

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


#346efc Background Color

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

This div background color is #346efc


#346efc Border Color

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

This div border color is #346efc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #346efc


Comments

No comments written yet.

Please login to write comment.