Color: #CADC62

#CADC62 Color Information

#CADC62 is a light color. The closest websafe version is #CADC62. A complement of this color would be #7360DC, perceived brightness is 0.79, and the grayscale version is #9F9F9F.

In the HSL color space, this color has a hue angle of 69°,a saturation of 64%, and a lightness of 62%.The HSV representation shows a hue of 69°, a saturation of 55%, and a value of 86%.

In a RGB color space, #CADC62 is composed of 79% red, 86% green and 38% blue. Whereas in a CMYK color space, it is composed of 8% cyan, 0% magenta, 55% yellow and 14% black.

In the Yxy color space, this color is represented as Y: 65.19, x: 0.4026, and y: 0.4767.

Color Code #CADC62

#CADC62rgb(202, 220, 98)
HEX
#CADC62
RGB
rgb(202, 220, 98)
HSL
hsl(69, 64%, 62%)
HSV
hsv(69, 55%, 86%)
CMYK
8%, 0%, 55%, 14%
XYZ
X: 55.06, Y: 65.19, Z: 16.50
Lab
L: 84.58, a: -18.72, b: 56.48
Name

Shades of Color #CADC62

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

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

#CADC62rgb(202, 220, 98)

About #CADC62 Color Code

In the HSL color space, this color has a hue angle of 69°, a saturation of 64%, and a lightness of 62%. The HSV representation shows a hue of 69°, a saturation of 55%, and a value of 86%.

  • HEX: #CADC62
  • RGB: rgb(202, 220, 98)
  • HSL: hsl(69, 64%, 62%)
  • HSV: hsv(69, 55%, 86%)
  • CMYK: 8.00% cyan, 0.00% magenta, 55.00% yellow, 14.00% black
  • XYZ: 55.06, 65.19, 16.50
  • Yxy: 65.19, 0.4026, 0.4767
  • Hunter Lab: 84.58, -18.72, 56.48
  • CIE-Lab: 84.58, -18.72, 56.48

In the XYZ color space, this color is represented as X: 55.06, Y: 65.19, Z: 16.50. The Yxy representation further refines this as Y: 65.19, x: 0.4026, and y: 0.4767.

In the Hunter Lab color space, this color is represented as L: 84.58, a: -18.72, and b: 56.48. Similarly, in the CIE-Lab color space, it is represented as L: 84.58, a: -18.72, and b: 56.48.

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

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

Analogous Colors of #CADC62

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

Split Complementary Colors of #CADC62

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

Tetradic Colors of #CADC62

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

Monochromatic Colors of #CADC62

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

Complementary Color of #CADC62

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

/* Using HEX */
body {
  background-color: #cadc62;
}
/* Using RGB */
body {
  background-color: rgb(202, 220, 98);
}
/* Using RGB with opacity */
body {
  background-color: rgba(202, 220, 98, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(69, 64%, 62%);
}
/* Text color */
p {
  color: #cadc62;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #cadc62;
}
/* Border color */
.box {
  border: 4px solid #cadc62;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #cadc62;
}
Text Shadow Preview
/* Background with text */
div {
  background: #cadc62;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#CADC62
On Black Background
#CADC62
On White Background
#CADC62

HTML Examples of #CADC62

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

Related Colors of #CADC62

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