Color: #CCF48A
#CCF48A Color Information
#CCF48A is a light color. The closest websafe version is #CCF48A. A complement of this color would be #B38AF4, perceived brightness is 0.86, and the grayscale version is #BFBFBF.
In the HSL color space, this color has a hue angle of 83°,a saturation of 83%, and a lightness of 75%.The HSV representation shows a hue of 83°, a saturation of 43%, and a value of 96%.
In a RGB color space, #CCF48A is composed of 80% red, 96% green and 54% blue. Whereas in a CMYK color space, it is composed of 16% cyan, 0% magenta, 43% yellow and 4% black.
In the Yxy color space, this color is represented as Y: 79.83, x: 0.3758, and y: 0.4630.
Color Code #CCF48A
Shades of Color #CCF48A
Shades are created by darkening the original color #CCF48A 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 #CCF48A
Tints are created by lightening the original color #CCF48A 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.
About #CCF48A Color Code
In the HSL color space, this color has a hue angle of 83°, a saturation of 83%, and a lightness of 75%. The HSV representation shows a hue of 83°, a saturation of 43%, and a value of 96%.
- HEX: #CCF48A
- RGB: rgb(204, 244, 138)
- HSL: hsl(83, 83%, 75%)
- HSV: hsv(83, 43%, 96%)
- CMYK: 16.00% cyan, 0.00% magenta, 43.00% yellow, 4.00% black
- XYZ: 64.80, 79.83, 27.78
- Yxy: 79.83, 0.3758, 0.4630
- Hunter Lab: 91.61, -25.86, 46.41
- CIE-Lab: 91.61, -25.86, 46.41
In the XYZ color space, this color is represented as X: 64.80, Y: 79.83, Z: 27.78. The Yxy representation further refines this as Y: 79.83, x: 0.3758, and y: 0.4630.
In the Hunter Lab color space, this color is represented as L: 91.61, a: -25.86, and b: 46.41. Similarly, in the CIE-Lab color space, it is represented as L: 91.61, a: -25.86, and b: 46.41.
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 #CCF48A
Triadic colors are three colors evenly spaced around the color wheel, including #CCF48A. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #CCF48A
Split complementary colors are two colors adjacent to the complementary color of #CCF48A. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #CCF48A
Monochromatic colors are variations of #CCF48A, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #CCF48A
The complementary color of #CCF48A 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 #CCF48A
/* Using HEX */ body { background-color: #ccf48a; }
/* Using RGB */ body { background-color: rgb(204, 244, 138); }
/* Using RGB with opacity */ body { background-color: rgba(204, 244, 138, 0.5); }
/* Using HSL */ body { background-color: hsl(83, 83%, 75%); }
/* Text color */ p { color: #ccf48a; }
/* Box shadow */ div { box-shadow: 4px 4px #ccf48a; }
/* Border color */ .box { border: 4px solid #ccf48a; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #ccf48a; }
/* Background with text */ div { background: #ccf48a; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #CCF48A
<!-- Using HEX --> <div style="background-color: #ccf48a; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(204, 244, 138); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(204, 244, 138, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(83, 83%, 75%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #ccf48a;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #ccf48a; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #ccf48a; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #ccf48a;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #ccf48a; color: #fff; padding: 16px; border-radius: 8px;"> #CCF48A </div>
Related Colors of #CCF48A
These colors are similar to #CCF48A, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.