Color Hex Logo

#345cdc Color Hex

#345CDC
(52,92,220)
0 Favorites   0 Comments

Color spaces of #345cdc

RGB 5292220
HSL0.630.710.53
HSV226°76°86°
CMYK 0.760.580.00   0.14
XYZ18.161613.551769.3687
Yxy13.55170.17970.1341
Hunter Lab36.812623.6413-85.9556
CIE-Lab43.583031.1652-69.3641

#345cdc color RGB value is (52,92,220).

#345cdc hex color red value is 52, green value is 92 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #345cdc hue: 0.63 , saturation: 0.71 and the lightness value of 345cdc is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 00110100 01011100 11011100
Octal 64 134 334
Decimal 52 92 220
Hex 34 5C DC

RGB Percentages of Color #345cdc

%14.29
%25.27
%60.44

CMYK Percentages of Color #345cdc

%76
%58
%0
%14

Triadic Colors of #345cdc

#345cdc #dc345c #5cdc34

Analogous Colors of #345cdc

#345cdc #6034dc #34b0dc

Monochromatic Colors of #345cdc

#345cdc

Complementary Color

#345cdc #dcb434

#345cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#345cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#345cdc Color CSS Codes

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

#345cdc Text Font Color

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

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


#345cdc Background Color

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

This div background color is #345cdc


#345cdc Border Color

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

This div border color is #345cdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #345cdc


Comments

No comments written yet.

Please login to write comment.