Color Hex Logo

#52afa9 Color Hex

#52AFA9
(82,175,169)
0 Favorites   0 Comments

Color spaces of #52afa9

RGB 82175169
HSL0.490.370.50
HSV176°53°69°
CMYK 0.530.000.03   0.31
XYZ25.971135.318442.9844
Yxy35.31840.24910.3387
Hunter Lab59.4293-25.9952-1.2832
CIE-Lab65.9958-28.9756-5.3449

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 10101111 10101001
Octal 122 257 251
Decimal 82 175 169
Hex 52 AF A9

RGB Percentages of Color #52afa9

%19.25
%41.08
%39.67

CMYK Percentages of Color #52afa9

%53
%0
%3
%31

Triadic Colors of #52afa9

#52afa9 #a952af #afa952

Analogous Colors of #52afa9

#52afa9 #5287af #52af7b

Monochromatic Colors of #52afa9

#52afa9

Complementary Color

#52afa9 #af5258

#52afa9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52afa9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#52afa9 Color CSS Codes

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

#52afa9 Text Font Color

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

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


#52afa9 Background Color

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

This div background color is #52afa9


#52afa9 Border Color

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

This div border color is #52afa9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52afa9


Comments

No comments written yet.

Please login to write comment.