Color: #AFCDCD

#AFCDCD Color Information

#AFCDCD is a light color. The closest websafe version is #AFCDCD. A complement of this color would be #CEB1B1, perceived brightness is 0.77, and the grayscale version is #BEBEBE.

In the HSL color space, this color has a hue angle of 180°,a saturation of 23%, and a lightness of 75%.The HSV representation shows a hue of 180°, a saturation of 15%, and a value of 80%.

In a RGB color space, #AFCDCD is composed of 69% red, 80% green and 80% blue. Whereas in a CMYK color space, it is composed of 15% cyan, 0% magenta, 0% yellow and 20% black.

In the Yxy color space, this color is represented as Y: 57.00, x: 0.3223, and y: 0.3606.

Color Code #AFCDCD

#AFCDCDrgb(175, 205, 205)
HEX
#AFCDCD
RGB
rgb(175, 205, 205)
HSL
hsl(180, 23%, 75%)
HSV
hsv(180, 15%, 80%)
CMYK
15%, 0%, 0%, 20%
XYZ
X: 50.94, Y: 57.00, Z: 50.13
Lab
L: 80.18, a: -10.38, b: -3.55
Name

Shades of Color #AFCDCD

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

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

#AFCDCDrgb(175, 205, 205)

About #AFCDCD Color Code

In the HSL color space, this color has a hue angle of 180°, a saturation of 23%, and a lightness of 75%. The HSV representation shows a hue of 180°, a saturation of 15%, and a value of 80%.

  • HEX: #AFCDCD
  • RGB: rgb(175, 205, 205)
  • HSL: hsl(180, 23%, 75%)
  • HSV: hsv(180, 15%, 80%)
  • CMYK: 15.00% cyan, 0.00% magenta, 0.00% yellow, 20.00% black
  • XYZ: 50.94, 57.00, 50.13
  • Yxy: 57.00, 0.3223, 0.3606
  • Hunter Lab: 80.18, -10.38, -3.55
  • CIE-Lab: 80.18, -10.38, -3.55

In the XYZ color space, this color is represented as X: 50.94, Y: 57.00, Z: 50.13. The Yxy representation further refines this as Y: 57.00, x: 0.3223, and y: 0.3606.

In the Hunter Lab color space, this color is represented as L: 80.18, a: -10.38, and b: -3.55. Similarly, in the CIE-Lab color space, it is represented as L: 80.18, a: -10.38, and b: -3.55.

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 #AFCDCD

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

Analogous Colors of #AFCDCD

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

Monochromatic Colors of #AFCDCD

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

Complementary Color of #AFCDCD

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

/* Using HEX */
body {
  background-color: #afcdcd;
}
/* Using RGB */
body {
  background-color: rgb(175, 205, 205);
}
/* Using RGB with opacity */
body {
  background-color: rgba(175, 205, 205, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(180, 23%, 75%);
}
/* Text color */
p {
  color: #afcdcd;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #afcdcd;
}
/* Border color */
.box {
  border: 4px solid #afcdcd;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #afcdcd;
}
Text Shadow Preview
/* Background with text */
div {
  background: #afcdcd;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#AFCDCD
On Black Background
#AFCDCD
On White Background
#AFCDCD

HTML Examples of #AFCDCD

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

Related Colors of #AFCDCD

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