Color Hex Logo

#349dac Color Hex

#349DAC
(52,157,172)
0 Favorites   0 Comments

Color spaces of #349dac

RGB 52157172
HSL0.520.540.44
HSV188°70°67°
CMYK 0.700.090.00   0.33
XYZ20.919527.822643.2974
Yxy27.82260.22730.3023
Hunter Lab52.7471-21.5144-11.7451
CIE-Lab59.7281-24.5297-16.5065

#349dac color RGB value is (52,157,172).

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

The process color (four color CMYK) of #349dac color hex is 0.70, 0.09, 0.00, 0.33. Web safe color of #349dac is #339999. Color #349dac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 10011101 10101100
Octal 64 235 254
Decimal 52 157 172
Hex 34 9D AC

RGB Percentages of Color #349dac

%13.65
%41.21
%45.14

CMYK Percentages of Color #349dac

%70
%9
%0
%33

Triadic Colors of #349dac

#349dac #ac349d #9dac34

Analogous Colors of #349dac

#349dac #3461ac #34ac7f

Monochromatic Colors of #349dac

#349dac

Complementary Color

#349dac #ac4334

#349dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#349dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#349dac Color CSS Codes

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

#349dac Text Font Color

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

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


#349dac Background Color

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

This div background color is #349dac


#349dac Border Color

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

This div border color is #349dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #349dac


Comments

No comments written yet.

Please login to write comment.