Color Hex Logo

#3484ac Color Hex

#3484AC
(52,132,172)
0 Favorites   0 Comments

Color spaces of #3484ac

RGB 52132172
HSL0.560.540.44
HSV200°70°67°
CMYK 0.700.230.00   0.33
XYZ17.113820.211242.0289
Yxy20.21120.21570.2547
Hunter Lab44.9569-10.7247-23.9587
CIE-Lab52.0752-11.0872-28.2507

#3484ac color RGB value is (52,132,172).

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

The process color (four color CMYK) of #3484ac color hex is 0.70, 0.23, 0.00, 0.33. Web safe color of #3484ac is #339999. Color #3484ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 10000100 10101100
Octal 64 204 254
Decimal 52 132 172
Hex 34 84 AC

RGB Percentages of Color #3484ac

%14.61
%37.08
%48.31

CMYK Percentages of Color #3484ac

%70
%23
%0
%33

Triadic Colors of #3484ac

#3484ac #ac3484 #84ac34

Analogous Colors of #3484ac

#3484ac #3448ac #34ac98

Monochromatic Colors of #3484ac

#3484ac

Complementary Color

#3484ac #ac5c34

#3484ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3484ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#3484ac Color CSS Codes

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

#3484ac Text Font Color

<p style="color:#3484ac">Text here</p>

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


#3484ac Background Color

<div style="background-color:#3484ac">
Div content here</div>

This div background color is #3484ac


#3484ac Border Color

<div style="border:3px solid #3484ac">
Div here</div>

This div border color is #3484ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3484ac


Comments

No comments written yet.

Please login to write comment.