Color Hex Logo

#349fdc Color Hex

#349FDC
(52,159,220)
0 Favorites   0 Comments

Color spaces of #349fdc

RGB 52159220
HSL0.560.710.53
HSV202°76°86°
CMYK 0.760.280.00   0.14
XYZ26.732630.693672.2257
Yxy30.69360.20620.2367
Hunter Lab55.4018-10.8229-38.5134
CIE-Lab62.2481-9.6811-39.5138

#349fdc color RGB value is (52,159,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110100 10011111 11011100
Octal 64 237 334
Decimal 52 159 220
Hex 34 9F DC

RGB Percentages of Color #349fdc

%12.06
%36.89
%51.04

CMYK Percentages of Color #349fdc

%76
%28
%0
%14

Triadic Colors of #349fdc

#349fdc #dc349f #9fdc34

Analogous Colors of #349fdc

#349fdc #344bdc #34dcc5

Monochromatic Colors of #349fdc

#349fdc

Complementary Color

#349fdc #dc7134

#349fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#349fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#349fdc Color CSS Codes

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

#349fdc Text Font Color

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

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


#349fdc Background Color

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

This div background color is #349fdc


#349fdc Border Color

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

This div border color is #349fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #349fdc


Comments

No comments written yet.

Please login to write comment.