Color: #C4EDFE

#C4EDFE Color Information

#C4EDFE is a light color. The closest websafe version is #C4EDFE. A complement of this color would be #FED5C3, perceived brightness is 0.89, and the grayscale version is #E1E1E1.

In the HSL color space, this color has a hue angle of 198°,a saturation of 97%, and a lightness of 88%.The HSV representation shows a hue of 198°, a saturation of 23%, and a value of 100%.

In a RGB color space, #C4EDFE is composed of 77% red, 93% green and 100% blue. Whereas in a CMYK color space, it is composed of 23% cyan, 7% magenta, 0% yellow and 0% black.

In the Yxy color space, this color is represented as Y: 79.00, x: 0.3086, and y: 0.3440.

Color Code #C4EDFE

#C4EDFErgb(196, 237, 254)
HEX
#C4EDFE
RGB
rgb(196, 237, 254)
HSL
hsl(198, 97%, 88%)
HSV
hsv(198, 23%, 100%)
CMYK
23%, 7%, 0%, 0%
XYZ
X: 70.86, Y: 79.00, Z: 79.77
Lab
L: 91.23, a: -11.00, b: -12.87
Name

Shades of Color #C4EDFE

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

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

#C4EDFErgb(196, 237, 254)

About #C4EDFE Color Code

In the HSL color space, this color has a hue angle of 198°, a saturation of 97%, and a lightness of 88%. The HSV representation shows a hue of 198°, a saturation of 23%, and a value of 100%.

  • HEX: #C4EDFE
  • RGB: rgb(196, 237, 254)
  • HSL: hsl(198, 97%, 88%)
  • HSV: hsv(198, 23%, 100%)
  • CMYK: 23.00% cyan, 7.00% magenta, 0.00% yellow, 0.00% black
  • XYZ: 70.86, 79.00, 79.77
  • Yxy: 79.00, 0.3086, 0.3440
  • Hunter Lab: 91.23, -11.00, -12.87
  • CIE-Lab: 91.23, -11.00, -12.87

In the XYZ color space, this color is represented as X: 70.86, Y: 79.00, Z: 79.77. The Yxy representation further refines this as Y: 79.00, x: 0.3086, and y: 0.3440.

In the Hunter Lab color space, this color is represented as L: 91.23, a: -11.00, and b: -12.87. Similarly, in the CIE-Lab color space, it is represented as L: 91.23, a: -11.00, and b: -12.87.

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

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

Analogous Colors of #C4EDFE

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

Monochromatic Colors of #C4EDFE

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

Complementary Color of #C4EDFE

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

/* Using HEX */
body {
  background-color: #c4edfe;
}
/* Using RGB */
body {
  background-color: rgb(196, 237, 254);
}
/* Using RGB with opacity */
body {
  background-color: rgba(196, 237, 254, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(198, 97%, 88%);
}
/* Text color */
p {
  color: #c4edfe;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #c4edfe;
}
/* Border color */
.box {
  border: 4px solid #c4edfe;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #c4edfe;
}
Text Shadow Preview
/* Background with text */
div {
  background: #c4edfe;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#C4EDFE
On Black Background
#C4EDFE
On White Background
#C4EDFE

HTML Examples of #C4EDFE

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

Related Colors of #C4EDFE

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