Color: #CEDB9A

#CEDB9A Color Information

#CEDB9A is a light color. The closest websafe version is #CEDB9A. A complement of this color would be #A79ADB, perceived brightness is 0.81, and the grayscale version is #BBBBBB.

In the HSL color space, this color has a hue angle of 72°,a saturation of 47%, and a lightness of 73%.The HSV representation shows a hue of 72°, a saturation of 30%, and a value of 86%.

In a RGB color space, #CEDB9A is composed of 81% red, 86% green and 60% blue. Whereas in a CMYK color space, it is composed of 6% cyan, 0% magenta, 30% yellow and 14% black.

In the Yxy color space, this color is represented as Y: 66.47, x: 0.3768, and y: 0.4258.

Color Code #CEDB9A

#CEDB9Argb(206, 219, 154)
HEX
#CEDB9A
RGB
rgb(206, 219, 154)
HSL
hsl(72, 47%, 73%)
HSV
hsv(72, 30%, 86%)
CMYK
6%, 0%, 30%, 14%
XYZ
X: 58.82, Y: 66.47, Z: 30.82
Lab
L: 85.24, a: -12.33, b: 30.52
Name

Shades of Color #CEDB9A

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

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

#CEDB9Argb(206, 219, 154)

About #CEDB9A Color Code

In the HSL color space, this color has a hue angle of 72°, a saturation of 47%, and a lightness of 73%. The HSV representation shows a hue of 72°, a saturation of 30%, and a value of 86%.

  • HEX: #CEDB9A
  • RGB: rgb(206, 219, 154)
  • HSL: hsl(72, 47%, 73%)
  • HSV: hsv(72, 30%, 86%)
  • CMYK: 6.00% cyan, 0.00% magenta, 30.00% yellow, 14.00% black
  • XYZ: 58.82, 66.47, 30.82
  • Yxy: 66.47, 0.3768, 0.4258
  • Hunter Lab: 85.24, -12.33, 30.52
  • CIE-Lab: 85.24, -12.33, 30.52

In the XYZ color space, this color is represented as X: 58.82, Y: 66.47, Z: 30.82. The Yxy representation further refines this as Y: 66.47, x: 0.3768, and y: 0.4258.

In the Hunter Lab color space, this color is represented as L: 85.24, a: -12.33, and b: 30.52. Similarly, in the CIE-Lab color space, it is represented as L: 85.24, a: -12.33, and b: 30.52.

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

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

Analogous Colors of #CEDB9A

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

Split Complementary Colors of #CEDB9A

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

Tetradic Colors of #CEDB9A

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

Monochromatic Colors of #CEDB9A

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

Complementary Color of #CEDB9A

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

/* Using HEX */
body {
  background-color: #cedb9a;
}
/* Using RGB */
body {
  background-color: rgb(206, 219, 154);
}
/* Using RGB with opacity */
body {
  background-color: rgba(206, 219, 154, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(72, 47%, 73%);
}
/* Text color */
p {
  color: #cedb9a;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #cedb9a;
}
/* Border color */
.box {
  border: 4px solid #cedb9a;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #cedb9a;
}
Text Shadow Preview
/* Background with text */
div {
  background: #cedb9a;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#CEDB9A
On Black Background
#CEDB9A
On White Background
#CEDB9A

HTML Examples of #CEDB9A

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

Related Colors of #CEDB9A

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