Color: #CEAD4C

#CEAD4C Color Information

#CEAD4C is a light color. The closest websafe version is #CEAD4C. A complement of this color would be #4B6CCE, perceived brightness is 0.67, and the grayscale version is #8D8D8D.

In the HSL color space, this color has a hue angle of 45°,a saturation of 57%, and a lightness of 55%.The HSV representation shows a hue of 45°, a saturation of 63%, and a value of 81%.

In a RGB color space, #CEAD4C is composed of 81% red, 68% green and 30% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 16% magenta, 63% yellow and 19% black.

In the Yxy color space, this color is represented as Y: 44.13, x: 0.4482, and y: 0.4492.

Color Code #CEAD4C

#CEAD4Crgb(206, 173, 76)
HEX
#CEAD4C
RGB
rgb(206, 173, 76)
HSL
hsl(45, 57%, 55%)
HSV
hsv(45, 63%, 81%)
CMYK
0%, 16%, 63%, 19%
XYZ
X: 44.04, Y: 44.13, Z: 10.08
Lab
L: 72.31, a: 4.39, b: 53.03
Name

Shades of Color #CEAD4C

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

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

#CEAD4Crgb(206, 173, 76)

About #CEAD4C Color Code

In the HSL color space, this color has a hue angle of 45°, a saturation of 57%, and a lightness of 55%. The HSV representation shows a hue of 45°, a saturation of 63%, and a value of 81%.

  • HEX: #CEAD4C
  • RGB: rgb(206, 173, 76)
  • HSL: hsl(45, 57%, 55%)
  • HSV: hsv(45, 63%, 81%)
  • CMYK: 0.00% cyan, 16.00% magenta, 63.00% yellow, 19.00% black
  • XYZ: 44.04, 44.13, 10.08
  • Yxy: 44.13, 0.4482, 0.4492
  • Hunter Lab: 72.31, 4.39, 53.03
  • CIE-Lab: 72.31, 4.39, 53.03

In the XYZ color space, this color is represented as X: 44.04, Y: 44.13, Z: 10.08. The Yxy representation further refines this as Y: 44.13, x: 0.4482, and y: 0.4492.

In the Hunter Lab color space, this color is represented as L: 72.31, a: 4.39, and b: 53.03. Similarly, in the CIE-Lab color space, it is represented as L: 72.31, a: 4.39, and b: 53.03.

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

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

Analogous Colors of #CEAD4C

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

Monochromatic Colors of #CEAD4C

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

Complementary Color of #CEAD4C

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

/* Using HEX */
body {
  background-color: #cead4c;
}
/* Using RGB */
body {
  background-color: rgb(206, 173, 76);
}
/* Using RGB with opacity */
body {
  background-color: rgba(206, 173, 76, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(45, 57%, 55%);
}
/* Text color */
p {
  color: #cead4c;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #cead4c;
}
/* Border color */
.box {
  border: 4px solid #cead4c;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #cead4c;
}
Text Shadow Preview
/* Background with text */
div {
  background: #cead4c;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#CEAD4C
On Black Background
#CEAD4C
On White Background
#CEAD4C

HTML Examples of #CEAD4C

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

Related Colors of #CEAD4C

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