Color Hex Logo

#345ead Color Hex

#345EAD
(52,94,173)
0 Favorites   0 Comments

Color spaces of #345ead

RGB 5294173
HSL0.610.540.44
HSV219°70°68°
CMYK 0.700.460.00   0.32
XYZ12.961711.752641.1205
Yxy11.75260.19690.1785
Hunter Lab34.28217.4954-47.1195
CIE-Lab40.820212.4475-46.5990

#345ead color RGB value is (52,94,173).

#345ead hex color red value is 52, green value is 94 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #345ead hue: 0.61 , saturation: 0.54 and the lightness value of 345ead is 0.44.

The process color (four color CMYK) of #345ead color hex is 0.70, 0.46, 0.00, 0.32. Web safe color of #345ead is #336699. Color #345ead contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 01011110 10101101
Octal 64 136 255
Decimal 52 94 173
Hex 34 5E AD

RGB Percentages of Color #345ead

%16.30
%29.47
%54.23

CMYK Percentages of Color #345ead

%70
%46
%0
%32

Triadic Colors of #345ead

#345ead #ad345e #5ead34

Analogous Colors of #345ead

#345ead #4734ad #349bad

Monochromatic Colors of #345ead

#345ead

Complementary Color

#345ead #ad8334

#345ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#345ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#345ead Color CSS Codes

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

#345ead Text Font Color

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

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


#345ead Background Color

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

This div background color is #345ead


#345ead Border Color

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

This div border color is #345ead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #345ead


Comments

No comments written yet.

Please login to write comment.