Color Hex Logo

#346edf Color Hex

#346EDF
(52,110,223)
0 Favorites   0 Comments

Color spaces of #346edf

RGB 52110223
HSL0.610.730.54
HSV220°77°87°
CMYK 0.770.510.00   0.13
XYZ20.311417.209672.0633
Yxy17.20960.18530.1570
Hunter Lab41.484514.7984-73.9545
CIE-Lab48.523120.8141-63.0469

#346edf color RGB value is (52,110,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110100 01101110 11011111
Octal 64 156 337
Decimal 52 110 223
Hex 34 6E DF

RGB Percentages of Color #346edf

%13.51
%28.57
%57.92

CMYK Percentages of Color #346edf

%77
%51
%0
%13

Triadic Colors of #346edf

#346edf #df346e #6edf34

Analogous Colors of #346edf

#346edf #4f34df #34c4df

Monochromatic Colors of #346edf

#346edf

Complementary Color

#346edf #dfa534

#346edf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#346edf Color Preview on White Background

Lorem ipsum dolor sit amet.

#346edf Color CSS Codes

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

#346edf Text Font Color

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

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


#346edf Background Color

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

This div background color is #346edf


#346edf Border Color

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

This div border color is #346edf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #346edf


Comments

No comments written yet.

Please login to write comment.