Color Hex Logo

#345abc Color Hex

#345ABC
(52,90,188)
0 Favorites   0 Comments

Color spaces of #345abc

RGB 5290188
HSL0.620.570.47
HSV223°72°74°
CMYK 0.720.520.00   0.26
XYZ14.149411.673249.0844
Yxy11.67320.18890.1558
Hunter Lab34.166114.1327-61.2623
CIE-Lab40.691920.6325-55.6079

#345abc color RGB value is (52,90,188).

#345abc hex color red value is 52, green value is 90 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #345abc hue: 0.62 , saturation: 0.57 and the lightness value of 345abc is 0.47.

The process color (four color CMYK) of #345abc color hex is 0.72, 0.52, 0.00, 0.26. Web safe color of #345abc is #3366cc. Color #345abc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 01011010 10111100
Octal 64 132 274
Decimal 52 90 188
Hex 34 5A BC

RGB Percentages of Color #345abc

%15.76
%27.27
%56.97

CMYK Percentages of Color #345abc

%72
%52
%0
%26

Triadic Colors of #345abc

#345abc #bc345a #5abc34

Analogous Colors of #345abc

#345abc #5234bc #349ebc

Monochromatic Colors of #345abc

#345abc

Complementary Color

#345abc #bc9634

#345abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#345abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#345abc Color CSS Codes

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

#345abc Text Font Color

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

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


#345abc Background Color

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

This div background color is #345abc


#345abc Border Color

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

This div border color is #345abc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #345abc

#345abc Color Palettes


Comments

No comments written yet.

Please login to write comment.