Color: #4BACEC

#4BACEC Color Information

#4BACEC is a light color. The closest websafe version is #4BACEC. A complement of this color would be #EC8B4B, perceived brightness is 0.59, and the grayscale version is #9B9B9B.

In the HSL color space, this color has a hue angle of 204°,a saturation of 81%, and a lightness of 61%.The HSV representation shows a hue of 204°, a saturation of 68%, and a value of 93%.

In a RGB color space, #4BACEC is composed of 29% red, 67% green and 93% blue. Whereas in a CMYK color space, it is composed of 68% cyan, 27% magenta, 0% yellow and 7% black.

In the Yxy color space, this color is represented as Y: 36.22, x: 0.2360, and y: 0.2761.

Color Code #4BACEC

#4BACECrgb(75, 172, 236)
HEX
#4BACEC
RGB
rgb(75, 172, 236)
HSL
hsl(204, 81%, 61%)
HSV
hsv(204, 68%, 93%)
CMYK
68%, 27%, 0%, 7%
XYZ
X: 30.96, Y: 36.22, Z: 64.01
Lab
L: 66.69, a: -14.06, b: -41.19
Name

Shades of Color #4BACEC

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

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

#4BACECrgb(75, 172, 236)

About #4BACEC Color Code

In the HSL color space, this color has a hue angle of 204°, a saturation of 81%, and a lightness of 61%. The HSV representation shows a hue of 204°, a saturation of 68%, and a value of 93%.

  • HEX: #4BACEC
  • RGB: rgb(75, 172, 236)
  • HSL: hsl(204, 81%, 61%)
  • HSV: hsv(204, 68%, 93%)
  • CMYK: 68.00% cyan, 27.00% magenta, 0.00% yellow, 7.00% black
  • XYZ: 30.96, 36.22, 64.01
  • Yxy: 36.22, 0.2360, 0.2761
  • Hunter Lab: 66.69, -14.06, -41.19
  • CIE-Lab: 66.69, -14.06, -41.19

In the XYZ color space, this color is represented as X: 30.96, Y: 36.22, Z: 64.01. The Yxy representation further refines this as Y: 36.22, x: 0.2360, and y: 0.2761.

In the Hunter Lab color space, this color is represented as L: 66.69, a: -14.06, and b: -41.19. Similarly, in the CIE-Lab color space, it is represented as L: 66.69, a: -14.06, and b: -41.19.

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 #4BACEC

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

Analogous Colors of #4BACEC

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

Split Complementary Colors of #4BACEC

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

Tetradic Colors of #4BACEC

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

Monochromatic Colors of #4BACEC

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

Complementary Color of #4BACEC

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

/* Using HEX */
body {
  background-color: #4bacec;
}
/* Using RGB */
body {
  background-color: rgb(75, 172, 236);
}
/* Using RGB with opacity */
body {
  background-color: rgba(75, 172, 236, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(204, 81%, 61%);
}
/* Text color */
p {
  color: #4bacec;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #4bacec;
}
/* Border color */
.box {
  border: 4px solid #4bacec;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #4bacec;
}
Text Shadow Preview
/* Background with text */
div {
  background: #4bacec;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#4BACEC
On Black Background
#4BACEC
On White Background
#4BACEC

HTML Examples of #4BACEC

<!-- Using HEX -->
<div style="background-color: #4bacec; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(75, 172, 236); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(75, 172, 236, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(204, 81%, 61%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #4bacec;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #4bacec; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #4bacec; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #4bacec;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #4bacec; color: #fff; padding: 16px; border-radius: 8px;">
  #4BACEC
</div>
#4BACEC
On Black Background
#4BACEC
On White Background
#4BACEC

Related Colors of #4BACEC

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