Color: #CEF693

#CEF693 Color Information

#CEF693 is a light color. The closest websafe version is #CEF693. A complement of this color would be #BA92F6, perceived brightness is 0.87, and the grayscale version is #C4C4C4.

In the HSL color space, this color has a hue angle of 84°,a saturation of 85%, and a lightness of 77%.The HSV representation shows a hue of 84°, a saturation of 40%, and a value of 96%.

In a RGB color space, #CEF693 is composed of 81% red, 96% green and 58% blue. Whereas in a CMYK color space, it is composed of 16% cyan, 0% magenta, 40% yellow and 4% black.

In the Yxy color space, this color is represented as Y: 81.57, x: 0.3724, and y: 0.4562.

Color Code #CEF693

#CEF693rgb(206, 246, 147)
HEX
#CEF693
RGB
rgb(206, 246, 147)
HSL
hsl(84, 85%, 77%)
HSV
hsv(84, 40%, 96%)
CMYK
16%, 0%, 40%, 4%
XYZ
X: 66.58, Y: 81.57, Z: 30.65
Lab
L: 92.38, a: -25.24, b: 43.11
Name

Shades of Color #CEF693

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

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

#CEF693rgb(206, 246, 147)

About #CEF693 Color Code

In the HSL color space, this color has a hue angle of 84°, a saturation of 85%, and a lightness of 77%. The HSV representation shows a hue of 84°, a saturation of 40%, and a value of 96%.

  • HEX: #CEF693
  • RGB: rgb(206, 246, 147)
  • HSL: hsl(84, 85%, 77%)
  • HSV: hsv(84, 40%, 96%)
  • CMYK: 16.00% cyan, 0.00% magenta, 40.00% yellow, 4.00% black
  • XYZ: 66.58, 81.57, 30.65
  • Yxy: 81.57, 0.3724, 0.4562
  • Hunter Lab: 92.38, -25.24, 43.11
  • CIE-Lab: 92.38, -25.24, 43.11

In the XYZ color space, this color is represented as X: 66.58, Y: 81.57, Z: 30.65. The Yxy representation further refines this as Y: 81.57, x: 0.3724, and y: 0.4562.

In the Hunter Lab color space, this color is represented as L: 92.38, a: -25.24, and b: 43.11. Similarly, in the CIE-Lab color space, it is represented as L: 92.38, a: -25.24, and b: 43.11.

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

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

Analogous Colors of #CEF693

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

Split Complementary Colors of #CEF693

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

Tetradic Colors of #CEF693

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

Monochromatic Colors of #CEF693

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

Complementary Color of #CEF693

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

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

HTML Examples of #CEF693

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

Related Colors of #CEF693

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