Color Hex Logo

#345fdc Color Hex

#345FDC
(52,95,220)
0 Favorites   0 Comments

Color spaces of #345fdc

RGB 5295220
HSL0.620.710.53
HSV225°76°86°
CMYK 0.760.570.00   0.14
XYZ18.426714.081869.4570
Yxy14.08180.18070.1381
Hunter Lab37.525721.9809-83.4729
CIE-Lab44.350029.2537-68.1147

#345fdc color RGB value is (52,95,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110100 01011111 11011100
Octal 64 137 334
Decimal 52 95 220
Hex 34 5F DC

RGB Percentages of Color #345fdc

%14.17
%25.89
%59.95

CMYK Percentages of Color #345fdc

%76
%57
%0
%14

Triadic Colors of #345fdc

#345fdc #dc345f #5fdc34

Analogous Colors of #345fdc

#345fdc #5d34dc #34b3dc

Monochromatic Colors of #345fdc

#345fdc

Complementary Color

#345fdc #dcb134

#345fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#345fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#345fdc Color CSS Codes

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

#345fdc Text Font Color

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

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


#345fdc Background Color

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

This div background color is #345fdc


#345fdc Border Color

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

This div border color is #345fdc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(52,95,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 #345fdc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #345fdc


Comments

No comments written yet.

Please login to write comment.