Color Hex Logo

#52bfaa Color Hex

#52BFAA
(82,191,170)
0 Favorites   0 Comments

Color spaces of #52bfaa

RGB 82191170
HSL0.470.460.54
HSV168°57°75°
CMYK 0.570.000.11   0.25
XYZ29.366241.957744.5811
Yxy41.95770.25340.3620
Hunter Lab64.7748-32.43134.5361
CIE-Lab70.8417-36.29991.2156

#52bfaa color RGB value is (82,191,170).

#52bfaa hex color red value is 82, green value is 191 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #52bfaa hue: 0.47 , saturation: 0.46 and the lightness value of 52bfaa is 0.54.

The process color (four color CMYK) of #52bfaa color hex is 0.57, 0.00, 0.11, 0.25. Web safe color of #52bfaa is #66cc99. Color #52bfaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 10111111 10101010
Octal 122 277 252
Decimal 82 191 170
Hex 52 BF AA

RGB Percentages of Color #52bfaa

%18.51
%43.12
%38.37

CMYK Percentages of Color #52bfaa

%57
%0
%11
%25

Triadic Colors of #52bfaa

#52bfaa #aa52bf #bfaa52

Analogous Colors of #52bfaa

#52bfaa #529ebf #52bf74

Monochromatic Colors of #52bfaa

#52bfaa

Complementary Color

#52bfaa #bf5267

#52bfaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52bfaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#52bfaa Color CSS Codes

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

#52bfaa Text Font Color

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

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


#52bfaa Background Color

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

This div background color is #52bfaa


#52bfaa Border Color

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

This div border color is #52bfaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52bfaa


Comments

No comments written yet.

Please login to write comment.