Color Hex Logo

#52afaa Color Hex

#52AFAA
(82,175,170)
0 Favorites   0 Comments

Color spaces of #52afaa

RGB 82175170
HSL0.490.370.50
HSV177°53°69°
CMYK 0.530.000.03   0.31
XYZ26.065335.356143.4808
Yxy35.35610.24850.3370
Hunter Lab59.4610-25.8095-1.7331
CIE-Lab66.0250-28.7095-5.8572

#52afaa color RGB value is (82,175,170).

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

The process color (four color CMYK) of #52afaa color hex is 0.53, 0.00, 0.03, 0.31. Web safe color of #52afaa is #669999. Color #52afaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 10101111 10101010
Octal 122 257 252
Decimal 82 175 170
Hex 52 AF AA

RGB Percentages of Color #52afaa

%19.20
%40.98
%39.81

CMYK Percentages of Color #52afaa

%53
%0
%3
%31

Triadic Colors of #52afaa

#52afaa #aa52af #afaa52

Analogous Colors of #52afaa

#52afaa #5286af #52af7c

Monochromatic Colors of #52afaa

#52afaa

Complementary Color

#52afaa #af5257

#52afaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52afaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#52afaa Color CSS Codes

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

#52afaa Text Font Color

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

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


#52afaa Background Color

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

This div background color is #52afaa


#52afaa Border Color

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

This div border color is #52afaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52afaa


Comments

No comments written yet.

Please login to write comment.