Color: #CEF04C

#CEF04C Color Information

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

In the HSL color space, this color has a hue angle of 72°,a saturation of 85%, and a lightness of 62%.The HSV representation shows a hue of 72°, a saturation of 68%, and a value of 94%.

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

In the Yxy color space, this color is represented as Y: 76.64, x: 0.4030, and y: 0.5022.

Color Code #CEF04C

#CEF04Crgb(206, 240, 76)
HEX
#CEF04C
RGB
rgb(206, 240, 76)
HSL
hsl(72, 85%, 62%)
HSV
hsv(72, 68%, 94%)
CMYK
14%, 0%, 68%, 6%
XYZ
X: 61.50, Y: 76.64, Z: 14.48
Lab
L: 90.15, a: -27.16, b: 71.05
Name

Shades of Color #CEF04C

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

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

#CEF04Crgb(206, 240, 76)

About #CEF04C Color Code

In the HSL color space, this color has a hue angle of 72°, a saturation of 85%, and a lightness of 62%. The HSV representation shows a hue of 72°, a saturation of 68%, and a value of 94%.

  • HEX: #CEF04C
  • RGB: rgb(206, 240, 76)
  • HSL: hsl(72, 85%, 62%)
  • HSV: hsv(72, 68%, 94%)
  • CMYK: 14.00% cyan, 0.00% magenta, 68.00% yellow, 6.00% black
  • XYZ: 61.50, 76.64, 14.48
  • Yxy: 76.64, 0.4030, 0.5022
  • Hunter Lab: 90.15, -27.16, 71.05
  • CIE-Lab: 90.15, -27.16, 71.05

In the XYZ color space, this color is represented as X: 61.50, Y: 76.64, Z: 14.48. The Yxy representation further refines this as Y: 76.64, x: 0.4030, and y: 0.5022.

In the Hunter Lab color space, this color is represented as L: 90.15, a: -27.16, and b: 71.05. Similarly, in the CIE-Lab color space, it is represented as L: 90.15, a: -27.16, and b: 71.05.

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

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

Analogous Colors of #CEF04C

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

Monochromatic Colors of #CEF04C

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

Complementary Color of #CEF04C

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

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

HTML Examples of #CEF04C

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

Related Colors of #CEF04C

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