Color: #2BC8CE

#2BC8CE Color Information

#2BC8CE is a light color. The closest websafe version is #2BC8CE. A complement of this color would be #CE312C, perceived brightness is 0.60, and the grayscale version is #7D7D7D.

In the HSL color space, this color has a hue angle of 182°,a saturation of 65%, and a lightness of 49%.The HSV representation shows a hue of 182°, a saturation of 79%, and a value of 81%.

In a RGB color space, #2BC8CE is composed of 17% red, 78% green and 81% blue. Whereas in a CMYK color space, it is composed of 79% cyan, 3% magenta, 0% yellow and 19% black.

In the Yxy color space, this color is represented as Y: 45.68, x: 0.2519, and y: 0.3582.

Color Code #2BC8CE

#2BC8CErgb(43, 200, 206)
HEX
#2BC8CE
RGB
rgb(43, 200, 206)
HSL
hsl(182, 65%, 49%)
HSV
hsv(182, 79%, 81%)
CMYK
79%, 3%, 0%, 19%
XYZ
X: 32.13, Y: 45.68, Z: 49.72
Lab
L: 73.34, a: -38.46, b: -14.89
Name

Shades of Color #2BC8CE

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

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

#2BC8CErgb(43, 200, 206)

About #2BC8CE Color Code

In the HSL color space, this color has a hue angle of 182°, a saturation of 65%, and a lightness of 49%. The HSV representation shows a hue of 182°, a saturation of 79%, and a value of 81%.

  • HEX: #2BC8CE
  • RGB: rgb(43, 200, 206)
  • HSL: hsl(182, 65%, 49%)
  • HSV: hsv(182, 79%, 81%)
  • CMYK: 79.00% cyan, 3.00% magenta, 0.00% yellow, 19.00% black
  • XYZ: 32.13, 45.68, 49.72
  • Yxy: 45.68, 0.2519, 0.3582
  • Hunter Lab: 73.34, -38.46, -14.89
  • CIE-Lab: 73.34, -38.46, -14.89

In the XYZ color space, this color is represented as X: 32.13, Y: 45.68, Z: 49.72. The Yxy representation further refines this as Y: 45.68, x: 0.2519, and y: 0.3582.

In the Hunter Lab color space, this color is represented as L: 73.34, a: -38.46, and b: -14.89. Similarly, in the CIE-Lab color space, it is represented as L: 73.34, a: -38.46, and b: -14.89.

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

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

Analogous Colors of #2BC8CE

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

Monochromatic Colors of #2BC8CE

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

Complementary Color of #2BC8CE

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

/* Using HEX */
body {
  background-color: #2bc8ce;
}
/* Using RGB */
body {
  background-color: rgb(43, 200, 206);
}
/* Using RGB with opacity */
body {
  background-color: rgba(43, 200, 206, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(182, 65%, 49%);
}
/* Text color */
p {
  color: #2bc8ce;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #2bc8ce;
}
/* Border color */
.box {
  border: 4px solid #2bc8ce;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #2bc8ce;
}
Text Shadow Preview
/* Background with text */
div {
  background: #2bc8ce;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#2BC8CE
On Black Background
#2BC8CE
On White Background
#2BC8CE

HTML Examples of #2BC8CE

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

Related Colors of #2BC8CE

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