Color: #FEE28C

#FEE28C Color Information

#FEE28C is a light color. The closest websafe version is #FEE28C. A complement of this color would be #8BA8FE, perceived brightness is 0.88, and the grayscale version is #C5C5C5.

In the HSL color space, this color has a hue angle of 45°,a saturation of 98%, and a lightness of 77%.The HSV representation shows a hue of 45°, a saturation of 45%, and a value of 100%.

In a RGB color space, #FEE28C is composed of 100% red, 89% green and 55% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 11% magenta, 45% yellow and 0% black.

In the Yxy color space, this color is represented as Y: 78.16, x: 0.4192, and y: 0.4296.

Color Code #FEE28C

#FEE28Crgb(254, 226, 140)
HEX
#FEE28C
RGB
rgb(254, 226, 140)
HSL
hsl(45, 98%, 77%)
HSV
hsv(45, 45%, 100%)
CMYK
0%, 11%, 45%, 0%
XYZ
X: 76.26, Y: 78.16, Z: 27.50
Lab
L: 90.85, a: 1.81, b: 45.58
Name

Shades of Color #FEE28C

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

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

#FEE28Crgb(254, 226, 140)

About #FEE28C Color Code

In the HSL color space, this color has a hue angle of 45°, a saturation of 98%, and a lightness of 77%. The HSV representation shows a hue of 45°, a saturation of 45%, and a value of 100%.

  • HEX: #FEE28C
  • RGB: rgb(254, 226, 140)
  • HSL: hsl(45, 98%, 77%)
  • HSV: hsv(45, 45%, 100%)
  • CMYK: 0.00% cyan, 11.00% magenta, 45.00% yellow, 0.00% black
  • XYZ: 76.26, 78.16, 27.50
  • Yxy: 78.16, 0.4192, 0.4296
  • Hunter Lab: 90.85, 1.81, 45.58
  • CIE-Lab: 90.85, 1.81, 45.58

In the XYZ color space, this color is represented as X: 76.26, Y: 78.16, Z: 27.50. The Yxy representation further refines this as Y: 78.16, x: 0.4192, and y: 0.4296.

In the Hunter Lab color space, this color is represented as L: 90.85, a: 1.81, and b: 45.58. Similarly, in the CIE-Lab color space, it is represented as L: 90.85, a: 1.81, and b: 45.58.

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

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

Analogous Colors of #FEE28C

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

Split Complementary Colors of #FEE28C

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

Tetradic Colors of #FEE28C

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

Monochromatic Colors of #FEE28C

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

Complementary Color of #FEE28C

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

/* Using HEX */
body {
  background-color: #fee28c;
}
/* Using RGB */
body {
  background-color: rgb(254, 226, 140);
}
/* Using RGB with opacity */
body {
  background-color: rgba(254, 226, 140, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(45, 98%, 77%);
}
/* Text color */
p {
  color: #fee28c;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #fee28c;
}
/* Border color */
.box {
  border: 4px solid #fee28c;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #fee28c;
}
Text Shadow Preview
/* Background with text */
div {
  background: #fee28c;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#FEE28C
On Black Background
#FEE28C
On White Background
#FEE28C

HTML Examples of #FEE28C

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

Related Colors of #FEE28C

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