Color: #52FADE

#52FADE Color Information

#52FADE is a light color. The closest websafe version is #52FADE. A complement of this color would be #FA526E, perceived brightness is 0.77, and the grayscale version is #A6A6A6.

In the HSL color space, this color has a hue angle of 170°,a saturation of 94%, and a lightness of 65%.The HSV representation shows a hue of 170°, a saturation of 67%, and a value of 98%.

In a RGB color space, #52FADE is composed of 32% red, 98% green and 87% blue. Whereas in a CMYK color space, it is composed of 67% cyan, 0% magenta, 11% yellow and 2% black.

In the Yxy color space, this color is represented as Y: 74.84, x: 0.2719, and y: 0.3995.

Color Code #52FADE

#52FADErgb(82, 250, 222)
HEX
#52FADE
RGB
rgb(82, 250, 222)
HSL
hsl(170, 94%, 65%)
HSV
hsv(170, 67%, 98%)
CMYK
67%, 0%, 11%, 2%
XYZ
X: 50.94, Y: 74.84, Z: 61.57
Lab
L: 89.32, a: -49.74, b: 0.18
Name

Shades of Color #52FADE

Shades are created by darkening the original color #52FADE in equal steps from 0% to 90%. These shades are perfect for creating depth and contrast in your designs. Use them to add visual hierarchy or highlight specific elements in your projects.

Tints of Color #52FADE

Tints are created by lightening the original color #52FADE in equal steps from 0% to 90%, ending with pure white. These tints are ideal for creating soft backgrounds, subtle highlights, or cohesive UI elements that complement your designs.

#52FADErgb(82, 250, 222)

About #52FADE Color Code

In the HSL color space, this color has a hue angle of 170°, a saturation of 94%, and a lightness of 65%. The HSV representation shows a hue of 170°, a saturation of 67%, and a value of 98%.

  • HEX: #52FADE
  • RGB: rgb(82, 250, 222)
  • HSL: hsl(170, 94%, 65%)
  • HSV: hsv(170, 67%, 98%)
  • CMYK: 67.00% cyan, 0.00% magenta, 11.00% yellow, 2.00% black
  • XYZ: 50.94, 74.84, 61.57
  • Yxy: 74.84, 0.2719, 0.3995
  • Hunter Lab: 89.32, -49.74, 0.18
  • CIE-Lab: 89.32, -49.74, 0.18

In the XYZ color space, this color is represented as X: 50.94, Y: 74.84, Z: 61.57. The Yxy representation further refines this as Y: 74.84, x: 0.2719, and y: 0.3995.

In the Hunter Lab color space, this color is represented as L: 89.32, a: -49.74, and b: 0.18. Similarly, in the CIE-Lab color space, it is represented as L: 89.32, a: -49.74, and b: 0.18.

Use these color codes in your CSS, design tools, or anywhere you need to specify a color. You can also explore its shades and tints for more creative options.

Triadic Colors of #52FADE

Triadic colors are three colors evenly spaced around the color wheel, including #52FADE. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.

Analogous Colors of #52FADE

Analogous colors are adjacent to #52FADE on the color wheel. They create harmonious and visually pleasing designs, ideal for projects that need a cohesive look.

Split Complementary Colors of #52FADE

Split complementary colors are two colors adjacent to the complementary color of #52FADE. They create a balanced and visually appealing color scheme.

Tetradic Colors of #52FADE

Tetradic colors form a rectangle on the color wheel, including #52FADE. They provide vibrant and diverse color schemes for creative designs.

Monochromatic Colors of #52FADE

Monochromatic colors are variations of #52FADE, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.

Complementary Color of #52FADE

The complementary color of #52FADE is opposite it on the color wheel. Complementary colors provide strong contrast and are ideal for designs that need visual impact and attention.

CSS Examples of #52FADE

/* Using HEX */
body {
  background-color: #52fade;
}
/* Using RGB */
body {
  background-color: rgb(82, 250, 222);
}
/* Using RGB with opacity */
body {
  background-color: rgba(82, 250, 222, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(170, 94%, 65%);
}
/* Text color */
p {
  color: #52fade;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #52fade;
}
/* Border color */
.box {
  border: 4px solid #52fade;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #52fade;
}
Text Shadow Preview
/* Background with text */
div {
  background: #52fade;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#52FADE
On Black Background
#52FADE
On White Background
#52FADE

HTML Examples of #52FADE

<!-- Using HEX -->
<div style="background-color: #52fade; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(82, 250, 222); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(82, 250, 222, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(170, 94%, 65%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #52fade;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #52fade; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #52fade; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #52fade;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #52fade; color: #fff; padding: 16px; border-radius: 8px;">
  #52FADE
</div>
#52FADE
On Black Background
#52FADE
On White Background
#52FADE

Related Colors of #52FADE

These colors are similar to #52FADE, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.