Color: #CCE35E

#CCE35E Color Information

#CCE35E is a light color. The closest websafe version is #CCE35E. A complement of this color would be #755FE3, perceived brightness is 0.80, and the grayscale version is #A1A1A1.

In the HSL color space, this color has a hue angle of 70°,a saturation of 70%, and a lightness of 63%.The HSV representation shows a hue of 70°, a saturation of 59%, and a value of 89%.

In a RGB color space, #CCE35E is composed of 80% red, 89% green and 37% blue. Whereas in a CMYK color space, it is composed of 10% cyan, 0% magenta, 59% yellow and 11% black.

In the Yxy color space, this color is represented as Y: 69.18, x: 0.4022, and y: 0.4838.

Color Code #CCE35E

#CCE35Ergb(204, 227, 94)
HEX
#CCE35E
RGB
rgb(204, 227, 94)
HSL
hsl(70, 70%, 63%)
HSV
hsv(70, 59%, 89%)
CMYK
10%, 0%, 59%, 11%
XYZ
X: 57.51, Y: 69.18, Z: 16.29
Lab
L: 86.59, a: -21.33, b: 60.42
Name

Shades of Color #CCE35E

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

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

#CCE35Ergb(204, 227, 94)

About #CCE35E Color Code

In the HSL color space, this color has a hue angle of 70°, a saturation of 70%, and a lightness of 63%. The HSV representation shows a hue of 70°, a saturation of 59%, and a value of 89%.

  • HEX: #CCE35E
  • RGB: rgb(204, 227, 94)
  • HSL: hsl(70, 70%, 63%)
  • HSV: hsv(70, 59%, 89%)
  • CMYK: 10.00% cyan, 0.00% magenta, 59.00% yellow, 11.00% black
  • XYZ: 57.51, 69.18, 16.29
  • Yxy: 69.18, 0.4022, 0.4838
  • Hunter Lab: 86.59, -21.33, 60.42
  • CIE-Lab: 86.59, -21.33, 60.42

In the XYZ color space, this color is represented as X: 57.51, Y: 69.18, Z: 16.29. The Yxy representation further refines this as Y: 69.18, x: 0.4022, and y: 0.4838.

In the Hunter Lab color space, this color is represented as L: 86.59, a: -21.33, and b: 60.42. Similarly, in the CIE-Lab color space, it is represented as L: 86.59, a: -21.33, and b: 60.42.

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

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

Analogous Colors of #CCE35E

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

Monochromatic Colors of #CCE35E

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

Complementary Color of #CCE35E

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

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

HTML Examples of #CCE35E

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

Related Colors of #CCE35E

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