Color: #CDEA57

#CDEA57 Color Information

#CDEA57 is a light color. The closest websafe version is #CDEA57. A complement of this color would be #7457EA, perceived brightness is 0.82, and the grayscale version is #A1A1A1.

In the HSL color space, this color has a hue angle of 72°,a saturation of 78%, and a lightness of 63%.The HSV representation shows a hue of 72°, a saturation of 63%, and a value of 92%.

In a RGB color space, #CDEA57 is composed of 80% red, 92% green and 34% blue. Whereas in a CMYK color space, it is composed of 12% cyan, 0% magenta, 63% yellow and 8% black.

In the Yxy color space, this color is represented as Y: 73.15, x: 0.4019, and y: 0.4927.

Color Code #CDEA57

#CDEA57rgb(205, 234, 87)
HEX
#CDEA57
RGB
rgb(205, 234, 87)
HSL
hsl(72, 78%, 63%)
HSV
hsv(72, 63%, 92%)
CMYK
12%, 0%, 63%, 8%
XYZ
X: 59.67, Y: 73.15, Z: 15.65
Lab
L: 88.52, a: -24.42, b: 65.30
Name

Shades of Color #CDEA57

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

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

#CDEA57rgb(205, 234, 87)

About #CDEA57 Color Code

In the HSL color space, this color has a hue angle of 72°, a saturation of 78%, and a lightness of 63%. The HSV representation shows a hue of 72°, a saturation of 63%, and a value of 92%.

  • HEX: #CDEA57
  • RGB: rgb(205, 234, 87)
  • HSL: hsl(72, 78%, 63%)
  • HSV: hsv(72, 63%, 92%)
  • CMYK: 12.00% cyan, 0.00% magenta, 63.00% yellow, 8.00% black
  • XYZ: 59.67, 73.15, 15.65
  • Yxy: 73.15, 0.4019, 0.4927
  • Hunter Lab: 88.52, -24.42, 65.30
  • CIE-Lab: 88.52, -24.42, 65.30

In the XYZ color space, this color is represented as X: 59.67, Y: 73.15, Z: 15.65. The Yxy representation further refines this as Y: 73.15, x: 0.4019, and y: 0.4927.

In the Hunter Lab color space, this color is represented as L: 88.52, a: -24.42, and b: 65.30. Similarly, in the CIE-Lab color space, it is represented as L: 88.52, a: -24.42, and b: 65.30.

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

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

Analogous Colors of #CDEA57

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

Monochromatic Colors of #CDEA57

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

Complementary Color of #CDEA57

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

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

HTML Examples of #CDEA57

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

Related Colors of #CDEA57

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