Color Hex Logo

#345abd Color Hex

#345ABD
(52,90,189)
0 Favorites   0 Comments

Color spaces of #345abd

RGB 5290189
HSL0.620.570.47
HSV223°72°74°
CMYK 0.720.520.00   0.26
XYZ14.257611.716549.6542
Yxy11.71650.18850.1549
Hunter Lab34.229414.4494-62.0474
CIE-Lab40.761921.0045-56.0783

#345abd color RGB value is (52,90,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110100 01011010 10111101
Octal 64 132 275
Decimal 52 90 189
Hex 34 5A BD

RGB Percentages of Color #345abd

%15.71
%27.19
%57.10

CMYK Percentages of Color #345abd

%72
%52
%0
%26

Triadic Colors of #345abd

#345abd #bd345a #5abd34

Analogous Colors of #345abd

#345abd #5234bd #349fbd

Monochromatic Colors of #345abd

#345abd

Complementary Color

#345abd #bd9734

#345abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#345abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#345abd Color CSS Codes

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

#345abd Text Font Color

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

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


#345abd Background Color

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

This div background color is #345abd


#345abd Border Color

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

This div border color is #345abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #345abd


Comments

No comments written yet.

Please login to write comment.