Color Hex Logo

#52afaf Color Hex

#52AFAF
(82,175,175)
0 Favorites   0 Comments

Color spaces of #52afaf

RGB 82175175
HSL0.500.370.50
HSV180°53°69°
CMYK 0.530.000.00   0.31
XYZ26.547535.548946.0199
Yxy35.54890.24550.3288
Hunter Lab59.6229-24.8617-4.0269
CIE-Lab66.1738-27.3600-8.4134

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 10101111 10101111
Octal 122 257 257
Decimal 82 175 175
Hex 52 AF AF

RGB Percentages of Color #52afaf

%18.98
%40.51
%40.51

CMYK Percentages of Color #52afaf

%53
%0
%0
%31

Triadic Colors of #52afaf

#52afaf #af52af #afaf52

Analogous Colors of #52afaf

#52afaf #5281af #52af81

Monochromatic Colors of #52afaf

#52afaf

Complementary Color

#52afaf #af5252

#52afaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52afaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#52afaf Color CSS Codes

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

#52afaf Text Font Color

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

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


#52afaf Background Color

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

This div background color is #52afaf


#52afaf Border Color

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

This div border color is #52afaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52afaf


Comments

No comments written yet.

Please login to write comment.