Color Hex Logo

#52faad Color Hex

#52FAAD
(82,250,173)
0 Favorites   0 Comments

Color spaces of #52faad

RGB 82250173
HSL0.420.940.65
HSV153°67°98°
CMYK 0.670.000.31   0.02
XYZ45.208173.182251.2780
Yxy73.18220.26640.4313
Hunter Lab85.5466-55.376124.3432
CIE-Lab88.5345-60.282224.6281

#52faad color RGB value is (82,250,173).

#52faad hex color red value is 82, green value is 250 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #52faad hue: 0.42 , saturation: 0.94 and the lightness value of 52faad is 0.65.

The process color (four color CMYK) of #52faad color hex is 0.67, 0.00, 0.31, 0.02. Web safe color of #52faad is #66ff99. Color #52faad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 11111010 10101101
Octal 122 372 255
Decimal 82 250 173
Hex 52 FA AD

RGB Percentages of Color #52faad

%16.24
%49.50
%34.26

CMYK Percentages of Color #52faad

%67
%0
%31
%2

Triadic Colors of #52faad

#52faad #ad52fa #faad52

Analogous Colors of #52faad

#52faad #52f3fa #52fa59

Monochromatic Colors of #52faad

#52faad

Complementary Color

#52faad #fa529f

#52faad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52faad Color Preview on White Background

Lorem ipsum dolor sit amet.

#52faad Color CSS Codes

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

#52faad Text Font Color

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

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


#52faad Background Color

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

This div background color is #52faad


#52faad Border Color

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

This div border color is #52faad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52faad

Related Colors


Comments

No comments written yet.

Please login to write comment.