Color Hex Logo

#52949a Color Hex

#52949A
(82,148,154)
0 Favorites   0 Comments

Color spaces of #52949a

RGB 82148154
HSL0.510.310.46
HSV185°47°60°
CMYK 0.470.040.00   0.40
XYZ19.902325.306734.4076
Yxy25.30670.25000.3179
Hunter Lab50.3058-17.4157-5.3385
CIE-Lab57.3730-19.3530-9.7212

#52949a color RGB value is (82,148,154).

#52949a hex color red value is 82, green value is 148 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #52949a hue: 0.51 , saturation: 0.31 and the lightness value of 52949a is 0.46.

The process color (four color CMYK) of #52949a color hex is 0.47, 0.04, 0.00, 0.40. Web safe color of #52949a is #669999. Color #52949a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 10010100 10011010
Octal 122 224 232
Decimal 82 148 154
Hex 52 94 9A

RGB Percentages of Color #52949a

%21.35
%38.54
%40.10

CMYK Percentages of Color #52949a

%47
%4
%0
%40

Triadic Colors of #52949a

#52949a #9a5294 #949a52

Analogous Colors of #52949a

#52949a #52709a #529a7c

Monochromatic Colors of #52949a

#52949a

Complementary Color

#52949a #9a5852

#52949a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52949a Color Preview on White Background

Lorem ipsum dolor sit amet.

#52949a Color CSS Codes

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

#52949a Text Font Color

<p style="color:#52949a">Text here</p>

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


#52949a Background Color

<div style="background-color:#52949a">
Div content here</div>

This div background color is #52949a


#52949a Border Color

<div style="border:3px solid #52949a">
Div here</div>

This div border color is #52949a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,148,154, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #52949a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #52949a;
  -webkit-box-shadow: 1px 1px 3px 2px #52949a;
  box-shadow:         1px 1px 3px 2px #52949a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(82,148,154, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52949a


Comments

No comments written yet.

Please login to write comment.