Color spaces of #acfcca
RGB | 172 | 252 | 202 |
---|---|---|---|
HSL | 0.40 | 0.93 | 0.83 |
HSV | 143° | 32° | 99° |
CMYK | 0.32 | 0.00 | 0.20 0.01 |
XYZ | 62.4843 | 82.6557 | 68.5380 |
Yxy | 82.6557 | 0.2924 | 0.3868 |
Hunter Lab | 90.9152 | -36.4219 | 18.9438 |
CIE-Lab | 92.8635 | -34.4813 | 16.2919 |
#acfcca color RGB value is (172,252,202).
#acfcca hex color red value is 172, green value is 252 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #acfcca hue: 0.40 , saturation: 0.93 and the lightness value of acfcca is 0.83.
The process color (four color CMYK) of #acfcca color hex is 0.32, 0.00, 0.20, 0.01. Web safe color of #acfcca is #99ffcc. Color #acfcca contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101100 | 11111100 | 11001010 |
Octal | 254 | 374 | 312 |
Decimal | 172 | 252 | 202 |
Hex | AC | FC | CA |
Shades of #acfcca
Tints of #acfcca
RGB Percentages of Color #acfcca
CMYK Percentages of Color #acfcca
Complementary Color
#acfcca | #fcacde |
#acfcca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#acfcca Color Preview on White Background
Lorem ipsum dolor sit amet.
#acfcca Color CSS Codes
.mybgcolor {background-color:#acfcca; } .myforecolor {color:#acfcca; } .mybordercolor {border:3px solid #acfcca; }
#acfcca Text Font Color
<p style="color:#acfcca">Text here</p>
This sample text font color is #acfcca
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#acfcca Background Color
<div style="background-color:#acfcca">
Div content here</div>
This div background color is #acfcca
#acfcca Border Color
<div style="border:3px solid #acfcca">
Div here</div>
This div border color is #acfcca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(172,252,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #acfcca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #acfcca; -webkit-box-shadow: 1px 1px 3px 2px #acfcca; box-shadow: 1px 1px 3px 2px #acfcca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(172,252,202, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #acfcca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #acfcca; -webkit-box-shadow: 1px 1px 3px 2px #acfcca; box-shadow: 1px 1px 3px 2px #acfcca;">
Div content here</div>
This div box has shadow with color #acfcca
Comments
No comments written yet.
Please login to write comment.