Color: #CFE28B

#CFE28B Color Information

#CFE28B is a light color. The closest websafe version is #CFE28B. A complement of this color would be #9F8DE2, perceived brightness is 0.83, and the grayscale version is #B6B6B6.

In the HSL color space, this color has a hue angle of 73°,a saturation of 60%, and a lightness of 72%.The HSV representation shows a hue of 73°, a saturation of 38%, and a value of 89%.

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

In the Yxy color space, this color is represented as Y: 69.97, x: 0.3837, and y: 0.4461.

Color Code #CFE28B

#CFE28Brgb(207, 226, 139)
HEX
#CFE28B
RGB
rgb(207, 226, 139)
HSL
hsl(73, 60%, 72%)
HSV
hsv(73, 38%, 89%)
CMYK
8%, 0%, 38%, 11%
XYZ
X: 60.19, Y: 69.97, Z: 26.69
Lab
L: 86.98, a: -16.57, b: 40.26
Name

Shades of Color #CFE28B

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

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

#CFE28Brgb(207, 226, 139)

About #CFE28B Color Code

In the HSL color space, this color has a hue angle of 73°, a saturation of 60%, and a lightness of 72%. The HSV representation shows a hue of 73°, a saturation of 38%, and a value of 89%.

  • HEX: #CFE28B
  • RGB: rgb(207, 226, 139)
  • HSL: hsl(73, 60%, 72%)
  • HSV: hsv(73, 38%, 89%)
  • CMYK: 8.00% cyan, 0.00% magenta, 38.00% yellow, 11.00% black
  • XYZ: 60.19, 69.97, 26.69
  • Yxy: 69.97, 0.3837, 0.4461
  • Hunter Lab: 86.98, -16.57, 40.26
  • CIE-Lab: 86.98, -16.57, 40.26

In the XYZ color space, this color is represented as X: 60.19, Y: 69.97, Z: 26.69. The Yxy representation further refines this as Y: 69.97, x: 0.3837, and y: 0.4461.

In the Hunter Lab color space, this color is represented as L: 86.98, a: -16.57, and b: 40.26. Similarly, in the CIE-Lab color space, it is represented as L: 86.98, a: -16.57, and b: 40.26.

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

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

Analogous Colors of #CFE28B

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

Monochromatic Colors of #CFE28B

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

Complementary Color of #CFE28B

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

/* Using HEX */
body {
  background-color: #cfe28b;
}
/* Using RGB */
body {
  background-color: rgb(207, 226, 139);
}
/* Using RGB with opacity */
body {
  background-color: rgba(207, 226, 139, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(73, 60%, 72%);
}
/* Text color */
p {
  color: #cfe28b;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #cfe28b;
}
/* Border color */
.box {
  border: 4px solid #cfe28b;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #cfe28b;
}
Text Shadow Preview
/* Background with text */
div {
  background: #cfe28b;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#CFE28B
On Black Background
#CFE28B
On White Background
#CFE28B

HTML Examples of #CFE28B

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

Related Colors of #CFE28B

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