Color: #CCE15B

#CCE15B Color Information

#CCE15B is a light color. The closest websafe version is #CCE15B. A complement of this color would be #6F5BE1, perceived brightness is 0.80, and the grayscale version is #9E9E9E.

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

In a RGB color space, #CCE15B is composed of 80% red, 88% green and 36% blue. Whereas in a CMYK color space, it is composed of 9% cyan, 0% magenta, 60% yellow and 12% black.

In the Yxy color space, this color is represented as Y: 68.05, x: 0.4044, and y: 0.4844.

Color Code #CCE15B

#CCE15Brgb(204, 225, 91)
HEX
#CCE15B
RGB
rgb(204, 225, 91)
HSL
hsl(69, 69%, 62%)
HSV
hsv(69, 60%, 88%)
CMYK
9%, 0%, 60%, 12%
XYZ
X: 56.82, Y: 68.05, Z: 15.62
Lab
L: 86.03, a: -20.59, b: 61.07
Name

Shades of Color #CCE15B

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

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

#CCE15Brgb(204, 225, 91)

About #CCE15B Color Code

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

  • HEX: #CCE15B
  • RGB: rgb(204, 225, 91)
  • HSL: hsl(69, 69%, 62%)
  • HSV: hsv(69, 60%, 88%)
  • CMYK: 9.00% cyan, 0.00% magenta, 60.00% yellow, 12.00% black
  • XYZ: 56.82, 68.05, 15.62
  • Yxy: 68.05, 0.4044, 0.4844
  • Hunter Lab: 86.03, -20.59, 61.07
  • CIE-Lab: 86.03, -20.59, 61.07

In the XYZ color space, this color is represented as X: 56.82, Y: 68.05, Z: 15.62. The Yxy representation further refines this as Y: 68.05, x: 0.4044, and y: 0.4844.

In the Hunter Lab color space, this color is represented as L: 86.03, a: -20.59, and b: 61.07. Similarly, in the CIE-Lab color space, it is represented as L: 86.03, a: -20.59, and b: 61.07.

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

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

Analogous Colors of #CCE15B

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

Split Complementary Colors of #CCE15B

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

Tetradic Colors of #CCE15B

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

Monochromatic Colors of #CCE15B

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

Complementary Color of #CCE15B

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

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

HTML Examples of #CCE15B

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

Related Colors of #CCE15B

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