Color Hex Logo

#52a7ac Color Hex

#52A7AC
(82,167,172)
0 Favorites   0 Comments

Color spaces of #52a7ac

RGB 82167172
HSL0.510.350.50
HSV183°52°67°
CMYK 0.520.030.00   0.33
XYZ24.744832.409843.9813
Yxy32.40980.24470.3205
Hunter Lab56.9296-22.0407-5.9541
CIE-Lab63.6801-24.1835-10.4630

#52a7ac color RGB value is (82,167,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 10100111 10101100
Octal 122 247 254
Decimal 82 167 172
Hex 52 A7 AC

RGB Percentages of Color #52a7ac

%19.48
%39.67
%40.86

CMYK Percentages of Color #52a7ac

%52
%3
%0
%33

Triadic Colors of #52a7ac

#52a7ac #ac52a7 #a7ac52

Analogous Colors of #52a7ac

#52a7ac #527aac #52ac84

Monochromatic Colors of #52a7ac

#52a7ac

Complementary Color

#52a7ac #ac5752

#52a7ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52a7ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#52a7ac Color CSS Codes

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

#52a7ac Text Font Color

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

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


#52a7ac Background Color

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

This div background color is #52a7ac


#52a7ac Border Color

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

This div border color is #52a7ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52a7ac


Comments

No comments written yet.

Please login to write comment.