Color Hex Logo

#346ded Color Hex

#346DED
(52,109,237)
0 Favorites   0 Comments

Color spaces of #346ded

RGB 52109237
HSL0.620.840.57
HSV222°78°93°
CMYK 0.780.540.00   0.07
XYZ22.170917.781882.3845
Yxy17.78180.18120.1454
Hunter Lab42.168520.0550-86.3169
CIE-Lab49.230426.6225-69.7800

#346ded color RGB value is (52,109,237).

#346ded hex color red value is 52, green value is 109 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #346ded hue: 0.62 , saturation: 0.84 and the lightness value of 346ded is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 00110100 01101101 11101101
Octal 64 155 355
Decimal 52 109 237
Hex 34 6D ED

RGB Percentages of Color #346ded

%13.07
%27.39
%59.55

CMYK Percentages of Color #346ded

%78
%54
%0
%7

Triadic Colors of #346ded

#346ded #ed346d #6ded34

Analogous Colors of #346ded

#346ded #5834ed #34caed

Monochromatic Colors of #346ded

#346ded

Complementary Color

#346ded #edb434

#346ded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#346ded Color Preview on White Background

Lorem ipsum dolor sit amet.

#346ded Color CSS Codes

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

#346ded Text Font Color

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

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


#346ded Background Color

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

This div background color is #346ded


#346ded Border Color

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

This div border color is #346ded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #346ded


Comments

No comments written yet.

Please login to write comment.