Color: #CBE989

#CBE989 Color Information

#CBE989 is a light color. The closest websafe version is #CBE989. A complement of this color would be #A98BEA, perceived brightness is 0.84, and the grayscale version is #B9B9B9.

In the HSL color space, this color has a hue angle of 79°,a saturation of 69%, and a lightness of 73%.The HSV representation shows a hue of 79°, a saturation of 41%, and a value of 91%.

In a RGB color space, #CBE989 is composed of 80% red, 91% green and 54% blue. Whereas in a CMYK color space, it is composed of 13% cyan, 0% magenta, 41% yellow and 9% black.

In the Yxy color space, this color is represented as Y: 73.22, x: 0.3793, and y: 0.4553.

Color Code #CBE989

#CBE989rgb(203, 233, 137)
HEX
#CBE989
RGB
rgb(203, 233, 137)
HSL
hsl(79, 69%, 73%)
HSV
hsv(79, 41%, 91%)
CMYK
13%, 0%, 41%, 9%
XYZ
X: 61.00, Y: 73.22, Z: 26.61
Lab
L: 88.55, a: -21.43, b: 43.11
Name

Shades of Color #CBE989

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

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

#CBE989rgb(203, 233, 137)

About #CBE989 Color Code

In the HSL color space, this color has a hue angle of 79°, a saturation of 69%, and a lightness of 73%. The HSV representation shows a hue of 79°, a saturation of 41%, and a value of 91%.

  • HEX: #CBE989
  • RGB: rgb(203, 233, 137)
  • HSL: hsl(79, 69%, 73%)
  • HSV: hsv(79, 41%, 91%)
  • CMYK: 13.00% cyan, 0.00% magenta, 41.00% yellow, 9.00% black
  • XYZ: 61.00, 73.22, 26.61
  • Yxy: 73.22, 0.3793, 0.4553
  • Hunter Lab: 88.55, -21.43, 43.11
  • CIE-Lab: 88.55, -21.43, 43.11

In the XYZ color space, this color is represented as X: 61.00, Y: 73.22, Z: 26.61. The Yxy representation further refines this as Y: 73.22, x: 0.3793, and y: 0.4553.

In the Hunter Lab color space, this color is represented as L: 88.55, a: -21.43, and b: 43.11. Similarly, in the CIE-Lab color space, it is represented as L: 88.55, a: -21.43, and b: 43.11.

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

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

Analogous Colors of #CBE989

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

Split Complementary Colors of #CBE989

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

Tetradic Colors of #CBE989

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

Monochromatic Colors of #CBE989

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

Complementary Color of #CBE989

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

/* Using HEX */
body {
  background-color: #cbe989;
}
/* Using RGB */
body {
  background-color: rgb(203, 233, 137);
}
/* Using RGB with opacity */
body {
  background-color: rgba(203, 233, 137, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(79, 69%, 73%);
}
/* Text color */
p {
  color: #cbe989;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #cbe989;
}
/* Border color */
.box {
  border: 4px solid #cbe989;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #cbe989;
}
Text Shadow Preview
/* Background with text */
div {
  background: #cbe989;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#CBE989
On Black Background
#CBE989
On White Background
#CBE989

HTML Examples of #CBE989

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

Related Colors of #CBE989

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