Color spaces of #acfdbf
RGB | 172 | 253 | 191 |
---|---|---|---|
HSL | 0.37 | 0.95 | 0.83 |
HSV | 134° | 32° | 99° |
CMYK | 0.32 | 0.00 | 0.25 0.01 |
XYZ | 61.5425 | 82.7828 | 62.0253 |
Yxy | 82.7828 | 0.2982 | 0.4012 |
Hunter Lab | 90.9851 | -38.4860 | 23.2710 |
CIE-Lab | 92.9193 | -36.9170 | 21.9988 |
#acfdbf color RGB value is (172,253,191).
#acfdbf hex color red value is 172, green value is 253 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #acfdbf hue: 0.37 , saturation: 0.95 and the lightness value of acfdbf is 0.83.
The process color (four color CMYK) of #acfdbf color hex is 0.32, 0.00, 0.25, 0.01. Web safe color of #acfdbf is #99ffcc. Color #acfdbf contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101100 | 11111101 | 10111111 |
Octal | 254 | 375 | 277 |
Decimal | 172 | 253 | 191 |
Hex | AC | FD | BF |
Shades of #acfdbf
Tints of #acfdbf
RGB Percentages of Color #acfdbf
CMYK Percentages of Color #acfdbf
Complementary Color
#acfdbf | #fdacea |
#acfdbf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#acfdbf Color Preview on White Background
Lorem ipsum dolor sit amet.
#acfdbf Color CSS Codes
.mybgcolor {background-color:#acfdbf; } .myforecolor {color:#acfdbf; } .mybordercolor {border:3px solid #acfdbf; }
#acfdbf Text Font Color
<p style="color:#acfdbf">Text here</p>
This sample text font color is #acfdbf
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.
#acfdbf Background Color
<div style="background-color:#acfdbf">
Div content here</div>
This div background color is #acfdbf
#acfdbf Border Color
<div style="border:3px solid #acfdbf">
Div here</div>
This div border color is #acfdbf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(172,253,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #acfdbf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #acfdbf; -webkit-box-shadow: 1px 1px 3px 2px #acfdbf; box-shadow: 1px 1px 3px 2px #acfdbf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(172,253,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #acfdbf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #acfdbf; -webkit-box-shadow: 1px 1px 3px 2px #acfdbf; box-shadow: 1px 1px 3px 2px #acfdbf;">
Div content here</div>
This div box has shadow with color #acfdbf
Comments
No comments written yet.
Please login to write comment.