Color Hex Logo

#345ccd Color Hex

#345CCD
(52,92,205)
0 Favorites   0 Comments

Color spaces of #345ccd

RGB 5292205
HSL0.620.600.50
HSV224°75°80°
CMYK 0.750.550.00   0.20
XYZ16.262812.792159.3696
Yxy12.79210.18390.1447
Hunter Lab35.766018.5733-73.3818
CIE-Lab42.448325.6482-62.6193

#345ccd color RGB value is (52,92,205).

#345ccd hex color red value is 52, green value is 92 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #345ccd hue: 0.62 , saturation: 0.60 and the lightness value of 345ccd is 0.50.

The process color (four color CMYK) of #345ccd color hex is 0.75, 0.55, 0.00, 0.20. Web safe color of #345ccd is #3366cc. Color #345ccd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 01011100 11001101
Octal 64 134 315
Decimal 52 92 205
Hex 34 5C CD

RGB Percentages of Color #345ccd

%14.90
%26.36
%58.74

CMYK Percentages of Color #345ccd

%75
%55
%0
%20

Triadic Colors of #345ccd

#345ccd #cd345c #5ccd34

Analogous Colors of #345ccd

#345ccd #5934cd #34a9cd

Monochromatic Colors of #345ccd

#345ccd

Complementary Color

#345ccd #cda534

#345ccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#345ccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#345ccd Color CSS Codes

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

#345ccd Text Font Color

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

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


#345ccd Background Color

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

This div background color is #345ccd


#345ccd Border Color

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

This div border color is #345ccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #345ccd


Comments

No comments written yet.

Please login to write comment.