Color Hex Logo

#346ede Color Hex

#346EDE
(52,110,222)
0 Favorites   0 Comments

Color spaces of #346ede

RGB 52110222
HSL0.610.720.54
HSV220°77°87°
CMYK 0.770.500.00   0.13
XYZ20.176917.155971.3552
Yxy17.15590.18560.1578
Hunter Lab41.419714.4688-73.1473
CIE-Lab48.455920.4423-62.5900

#346ede color RGB value is (52,110,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110100 01101110 11011110
Octal 64 156 336
Decimal 52 110 222
Hex 34 6E DE

RGB Percentages of Color #346ede

%13.54
%28.65
%57.81

CMYK Percentages of Color #346ede

%77
%50
%0
%13

Triadic Colors of #346ede

#346ede #de346e #6ede34

Analogous Colors of #346ede

#346ede #4f34de #34c3de

Monochromatic Colors of #346ede

#346ede

Complementary Color

#346ede #dea434

#346ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#346ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#346ede Color CSS Codes

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

#346ede Text Font Color

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

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


#346ede Background Color

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

This div background color is #346ede


#346ede Border Color

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

This div border color is #346ede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #346ede


Comments

No comments written yet.

Please login to write comment.