Color Hex Logo

#345dde Color Hex

#345DDE
(52,93,222)
0 Favorites   0 Comments

Color spaces of #345dde

RGB 5293222
HSL0.630.720.54
HSV226°77°87°
CMYK 0.770.580.00   0.13
XYZ18.515313.832770.8014
Yxy13.83270.17950.1341
Hunter Lab37.192323.7753-86.8331
CIE-Lab43.992031.2597-69.8357

#345dde color RGB value is (52,93,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110100 01011101 11011110
Octal 64 135 336
Decimal 52 93 222
Hex 34 5D DE

RGB Percentages of Color #345dde

%14.17
%25.34
%60.49

CMYK Percentages of Color #345dde

%77
%58
%0
%13

Triadic Colors of #345dde

#345dde #de345d #5dde34

Analogous Colors of #345dde

#345dde #6034de #34b2de

Monochromatic Colors of #345dde

#345dde

Complementary Color

#345dde #deb534

#345dde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#345dde Color Preview on White Background

Lorem ipsum dolor sit amet.

#345dde Color CSS Codes

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

#345dde Text Font Color

<p style="color:#345dde">Text here</p>

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


#345dde Background Color

<div style="background-color:#345dde">
Div content here</div>

This div background color is #345dde


#345dde Border Color

<div style="border:3px solid #345dde">
Div here</div>

This div border color is #345dde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #345dde


Comments

No comments written yet.

Please login to write comment.