Color: #CEFEFC

#CEFEFC Color Information

#CEFEFC is a light color. The closest websafe version is #CEFEFC. A complement of this color would be #FECDCF, perceived brightness is 0.94, and the grayscale version is #E6E6E6.

In the HSL color space, this color has a hue angle of 178°,a saturation of 96%, and a lightness of 90%.The HSV representation shows a hue of 178°, a saturation of 19%, and a value of 100%.

In a RGB color space, #CEFEFC is composed of 81% red, 100% green and 99% blue. Whereas in a CMYK color space, it is composed of 19% cyan, 0% magenta, 1% yellow and 0% black.

In the Yxy color space, this color is represented as Y: 90.68, x: 0.3164, and y: 0.3632.

Color Code #CEFEFC

#CEFEFCrgb(206, 254, 252)
HEX
#CEFEFC
RGB
rgb(206, 254, 252)
HSL
hsl(178, 96%, 90%)
HSV
hsv(178, 19%, 100%)
CMYK
19%, 0%, 1%, 0%
XYZ
X: 79.01, Y: 90.68, Z: 80.00
Lab
L: 96.28, a: -16.09, b: -4.36
Name

Shades of Color #CEFEFC

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

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

#CEFEFCrgb(206, 254, 252)

About #CEFEFC Color Code

In the HSL color space, this color has a hue angle of 178°, a saturation of 96%, and a lightness of 90%. The HSV representation shows a hue of 178°, a saturation of 19%, and a value of 100%.

  • HEX: #CEFEFC
  • RGB: rgb(206, 254, 252)
  • HSL: hsl(178, 96%, 90%)
  • HSV: hsv(178, 19%, 100%)
  • CMYK: 19.00% cyan, 0.00% magenta, 100.00% yellow, 0.00% black
  • XYZ: 79.01, 90.68, 80.00
  • Yxy: 90.68, 0.3164, 0.3632
  • Hunter Lab: 96.28, -16.09, -4.36
  • CIE-Lab: 96.28, -16.09, -4.36

In the XYZ color space, this color is represented as X: 79.01, Y: 90.68, Z: 80.00. The Yxy representation further refines this as Y: 90.68, x: 0.3164, and y: 0.3632.

In the Hunter Lab color space, this color is represented as L: 96.28, a: -16.09, and b: -4.36. Similarly, in the CIE-Lab color space, it is represented as L: 96.28, a: -16.09, and b: -4.36.

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

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

Analogous Colors of #CEFEFC

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

Monochromatic Colors of #CEFEFC

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

Complementary Color of #CEFEFC

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

/* Using HEX */
body {
  background-color: #cefefc;
}
/* Using RGB */
body {
  background-color: rgb(206, 254, 252);
}
/* Using RGB with opacity */
body {
  background-color: rgba(206, 254, 252, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(178, 96%, 90%);
}
/* Text color */
p {
  color: #cefefc;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #cefefc;
}
/* Border color */
.box {
  border: 4px solid #cefefc;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #cefefc;
}
Text Shadow Preview
/* Background with text */
div {
  background: #cefefc;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#CEFEFC
On Black Background
#CEFEFC
On White Background
#CEFEFC

HTML Examples of #CEFEFC

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

Related Colors of #CEFEFC

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