Color: #2FAEBC

#2FAEBC Color Information

#2FAEBC is a light color. The closest websafe version is #2FAEBC. A complement of this color would be #BC3D2F, perceived brightness is 0.54, and the grayscale version is #767676.

In the HSL color space, this color has a hue angle of 186°,a saturation of 60%, and a lightness of 46%.The HSV representation shows a hue of 186°, a saturation of 100%, and a value of 100%.

In a RGB color space, #2FAEBC is composed of 18% red, 68% green and 74% blue. Whereas in a CMYK color space, it is composed of 75% cyan, 7% magenta, 0% yellow and 26% black.

In the Yxy color space, this color is represented as Y: 34.02, x: 0.2503, and y: 0.3443.

Color Code #2FAEBC

HEX
#2FAEBC
RGB
rgb(47, 174, 188)
HSL
hsl(186, 60%, 46%)
HSV
hsv(186, 75%, 74%)
CMYK
75%, 7%, 0%, 26%
XYZ
X: 24.73, Y: 34.02, Z: 40.06
Lab
L: 64.98, a: -31.37, b: -17.57
Name

Shades of Color #2FAEBC

Shades are created by darkening the original color #2FAEBC 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 #2FAEBC

Tints are created by lightening the original color #2FAEBC 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.

About #2FAEBC Color Code

In the HSL color space, this color has a hue angle of 186°, a saturation of 60%, and a lightness of 46%. The HSV representation shows a hue of 186°, a saturation of 75%, and a value of 74%.

  • HEX: #2FAEBC
  • RGB: rgb(47, 174, 188)
  • HSL: hsl(186, 60%, 46%)
  • HSV: hsv(186, 75%, 74%)
  • CMYK: 75.00% cyan, 7.00% magenta, 0.00% yellow, 26.00% black
  • XYZ: 24.73, 34.02, 40.06
  • Yxy: 34.02, 0.2503, 0.3443
  • Hunter Lab: 64.98, -31.37, -17.57
  • CIE-Lab: 64.98, -31.37, -17.57

In the XYZ color space, this color is represented as X: 24.73, Y: 34.02, Z: 40.06. The Yxy representation further refines this as Y: 34.02, x: 0.2503, and y: 0.3443.

In the Hunter Lab color space, this color is represented as L: 64.98, a: -31.37, and b: -17.57. Similarly, in the CIE-Lab color space, it is represented as L: 64.98, a: -31.37, and b: -17.57.

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 #2FAEBC

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

Analogous Colors of #2FAEBC

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

Monochromatic Colors of #2FAEBC

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

Complementary Color of #2FAEBC

The complementary color of #2FAEBC 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 #2FAEBC

/* Using HEX */
body {
  background-color: #2faebc;
}
/* Using RGB */
body {
  background-color: rgb(47, 174, 188);
}
/* Using RGB with opacity */
body {
  background-color: rgba(47, 174, 188, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(186, 60%, 46%);
}
/* Text color */
p {
  color: #2faebc;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #2faebc;
}

HTML Examples of #2FAEBC

<!-- Using HEX -->
<div style="background-color: #2faebc; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(47, 174, 188); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(47, 174, 188, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(186, 60%, 46%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #2faebc;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #2faebc; width: 100px; height: 100px;"></div>

Related Colors of #2FAEBC

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