Color: #CAE07B

#CAE07B Color Information

#CAE07B is a light color. The closest websafe version is #CAE07B. A complement of this color would be #917BE0, perceived brightness is 0.81, and the grayscale version is #AEAEAE.

In the HSL color space, this color has a hue angle of 73°,a saturation of 62%, and a lightness of 68%.The HSV representation shows a hue of 73°, a saturation of 45%, and a value of 88%.

In a RGB color space, #CAE07B is composed of 79% red, 88% green and 48% blue. Whereas in a CMYK color space, it is composed of 10% cyan, 0% magenta, 45% yellow and 12% black.

In the Yxy color space, this color is represented as Y: 67.78, x: 0.3890, and y: 0.4602.

Color Code #CAE07B

#CAE07Brgb(202, 224, 123)
HEX
#CAE07B
RGB
rgb(202, 224, 123)
HSL
hsl(73, 62%, 68%)
HSV
hsv(73, 45%, 88%)
CMYK
10%, 0%, 45%, 12%
XYZ
X: 57.29, Y: 67.78, Z: 22.21
Lab
L: 85.90, a: -18.86, b: 46.56
Name

Shades of Color #CAE07B

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

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

#CAE07Brgb(202, 224, 123)

About #CAE07B Color Code

In the HSL color space, this color has a hue angle of 73°, a saturation of 62%, and a lightness of 68%. The HSV representation shows a hue of 73°, a saturation of 45%, and a value of 88%.

  • HEX: #CAE07B
  • RGB: rgb(202, 224, 123)
  • HSL: hsl(73, 62%, 68%)
  • HSV: hsv(73, 45%, 88%)
  • CMYK: 10.00% cyan, 0.00% magenta, 45.00% yellow, 12.00% black
  • XYZ: 57.29, 67.78, 22.21
  • Yxy: 67.78, 0.3890, 0.4602
  • Hunter Lab: 85.90, -18.86, 46.56
  • CIE-Lab: 85.90, -18.86, 46.56

In the XYZ color space, this color is represented as X: 57.29, Y: 67.78, Z: 22.21. The Yxy representation further refines this as Y: 67.78, x: 0.3890, and y: 0.4602.

In the Hunter Lab color space, this color is represented as L: 85.90, a: -18.86, and b: 46.56. Similarly, in the CIE-Lab color space, it is represented as L: 85.90, a: -18.86, and b: 46.56.

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

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

Analogous Colors of #CAE07B

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

Split Complementary Colors of #CAE07B

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

Tetradic Colors of #CAE07B

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

Monochromatic Colors of #CAE07B

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

Complementary Color of #CAE07B

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

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

HTML Examples of #CAE07B

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

Related Colors of #CAE07B

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