Color: #EFCADB

#EFCADB Color Information

#EFCADB is a light color. The closest websafe version is #EFCADB. A complement of this color would be #C8EFDD, perceived brightness is 0.84, and the grayscale version is #DCDCDC.

In the HSL color space, this color has a hue angle of 332°,a saturation of 54%, and a lightness of 86%.The HSV representation shows a hue of 332°, a saturation of 15%, and a value of 94%.

In a RGB color space, #EFCADB is composed of 94% red, 79% green and 86% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 15% magenta, 8% yellow and 6% black.

In the Yxy color space, this color is represented as Y: 65.84, x: 0.3637, and y: 0.3396.

Color Code #EFCADB

#EFCADBrgb(239, 202, 219)
HEX
#EFCADB
RGB
rgb(239, 202, 219)
HSL
hsl(332, 54%, 86%)
HSV
hsv(332, 15%, 94%)
CMYK
0%, 15%, 8%, 6%
XYZ
X: 70.52, Y: 65.84, Z: 57.53
Lab
L: 84.91, a: 15.51, b: -3.35
Name

Shades of Color #EFCADB

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

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

#EFCADBrgb(239, 202, 219)

About #EFCADB Color Code

In the HSL color space, this color has a hue angle of 332°, a saturation of 54%, and a lightness of 86%. The HSV representation shows a hue of 332°, a saturation of 15%, and a value of 94%.

  • HEX: #EFCADB
  • RGB: rgb(239, 202, 219)
  • HSL: hsl(332, 54%, 86%)
  • HSV: hsv(332, 15%, 94%)
  • CMYK: 0.00% cyan, 15.00% magenta, 8.00% yellow, 6.00% black
  • XYZ: 70.52, 65.84, 57.53
  • Yxy: 65.84, 0.3637, 0.3396
  • Hunter Lab: 84.91, 15.51, -3.35
  • CIE-Lab: 84.91, 15.51, -3.35

In the XYZ color space, this color is represented as X: 70.52, Y: 65.84, Z: 57.53. The Yxy representation further refines this as Y: 65.84, x: 0.3637, and y: 0.3396.

In the Hunter Lab color space, this color is represented as L: 84.91, a: 15.51, and b: -3.35. Similarly, in the CIE-Lab color space, it is represented as L: 84.91, a: 15.51, and b: -3.35.

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

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

Analogous Colors of #EFCADB

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

Split Complementary Colors of #EFCADB

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

Tetradic Colors of #EFCADB

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

Monochromatic Colors of #EFCADB

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

Complementary Color of #EFCADB

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

/* Using HEX */
body {
  background-color: #efcadb;
}
/* Using RGB */
body {
  background-color: rgb(239, 202, 219);
}
/* Using RGB with opacity */
body {
  background-color: rgba(239, 202, 219, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(332, 54%, 86%);
}
/* Text color */
p {
  color: #efcadb;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #efcadb;
}
/* Border color */
.box {
  border: 4px solid #efcadb;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #efcadb;
}
Text Shadow Preview
/* Background with text */
div {
  background: #efcadb;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#EFCADB
On Black Background
#EFCADB
On White Background
#EFCADB

HTML Examples of #EFCADB

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

Related Colors of #EFCADB

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