Color Hex Logo

#52a4aa Color Hex

#52A4AA
(82,164,170)
0 Favorites   0 Comments

Color spaces of #52a4aa

RGB 82164170
HSL0.510.350.49
HSV184°52°67°
CMYK 0.520.040.00   0.33
XYZ24.010831.247042.7960
Yxy31.24700.24490.3187
Hunter Lab55.8990-21.1506-6.2628
CIE-Lab62.7156-23.2145-10.7857

#52a4aa color RGB value is (82,164,170).

#52a4aa hex color red value is 82, green value is 164 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #52a4aa hue: 0.51 , saturation: 0.35 and the lightness value of 52a4aa is 0.49.

The process color (four color CMYK) of #52a4aa color hex is 0.52, 0.04, 0.00, 0.33. Web safe color of #52a4aa is #669999. Color #52a4aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 10100100 10101010
Octal 122 244 252
Decimal 82 164 170
Hex 52 A4 AA

RGB Percentages of Color #52a4aa

%19.71
%39.42
%40.87

CMYK Percentages of Color #52a4aa

%52
%4
%0
%33

Triadic Colors of #52a4aa

#52a4aa #aa52a4 #a4aa52

Analogous Colors of #52a4aa

#52a4aa #5278aa #52aa84

Monochromatic Colors of #52a4aa

#52a4aa

Complementary Color

#52a4aa #aa5852

#52a4aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52a4aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#52a4aa Color CSS Codes

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

#52a4aa Text Font Color

<p style="color:#52a4aa">Text here</p>

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


#52a4aa Background Color

<div style="background-color:#52a4aa">
Div content here</div>

This div background color is #52a4aa


#52a4aa Border Color

<div style="border:3px solid #52a4aa">
Div here</div>

This div border color is #52a4aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,164,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #52a4aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #52a4aa;
  -webkit-box-shadow: 1px 1px 3px 2px #52a4aa;
  box-shadow:         1px 1px 3px 2px #52a4aa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52a4aa


Comments

No comments written yet.

Please login to write comment.