Color Hex Logo

#349dbc Color Hex

#349DBC
(52,157,188)
0 Favorites   0 Comments

Color spaces of #349dbc

RGB 52157188
HSL0.540.570.47
HSV194°72°74°
CMYK 0.720.160.00   0.26
XYZ22.550228.474851.8846
Yxy28.47480.21910.2767
Hunter Lab53.3618-17.9507-20.2955
CIE-Lab60.3153-19.4119-24.6369

#349dbc color RGB value is (52,157,188).

#349dbc hex color red value is 52, green value is 157 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #349dbc hue: 0.54 , saturation: 0.57 and the lightness value of 349dbc is 0.47.

The process color (four color CMYK) of #349dbc color hex is 0.72, 0.16, 0.00, 0.26. Web safe color of #349dbc is #3399cc. Color #349dbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 10011101 10111100
Octal 64 235 274
Decimal 52 157 188
Hex 34 9D BC

RGB Percentages of Color #349dbc

%13.10
%39.55
%47.36

CMYK Percentages of Color #349dbc

%72
%16
%0
%26

Triadic Colors of #349dbc

#349dbc #bc349d #9dbc34

Analogous Colors of #349dbc

#349dbc #3459bc #34bc97

Monochromatic Colors of #349dbc

#349dbc

Complementary Color

#349dbc #bc5334

#349dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#349dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#349dbc Color CSS Codes

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

#349dbc Text Font Color

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

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


#349dbc Background Color

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

This div background color is #349dbc


#349dbc Border Color

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

This div border color is #349dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #349dbc


Comments

No comments written yet.

Please login to write comment.