Color spaces of #acffbd
RGB | 172 | 255 | 189 |
---|---|---|---|
HSL | 0.37 | 1.00 | 0.84 |
HSV | 132° | 33° | 100° |
CMYK | 0.33 | 0.00 | 0.26 0.00 |
XYZ | 61.9586 | 83.9648 | 61.0854 |
Yxy | 83.9648 | 0.2993 | 0.4056 |
Hunter Lab | 91.6323 | -39.6610 | 24.6178 |
CIE-Lab | 93.4352 | -38.1683 | 23.7301 |
#acffbd color RGB value is (172,255,189).
#acffbd hex color red value is 172, green value is 255 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #acffbd hue: 0.37 , saturation: 1.00 and the lightness value of acffbd is 0.84.
The process color (four color CMYK) of #acffbd color hex is 0.33, 0.00, 0.26, 0.00. Web safe color of #acffbd is #99ffcc. Color #acffbd contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101100 | 11111111 | 10111101 |
Octal | 254 | 377 | 275 |
Decimal | 172 | 255 | 189 |
Hex | AC | FF | BD |
Shades of #acffbd
Tints of #acffbd
RGB Percentages of Color #acffbd
CMYK Percentages of Color #acffbd
Complementary Color
#acffbd | #ffacee |
#acffbd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#acffbd Color Preview on White Background
Lorem ipsum dolor sit amet.
#acffbd Color CSS Codes
.mybgcolor {background-color:#acffbd; } .myforecolor {color:#acffbd; } .mybordercolor {border:3px solid #acffbd; }
#acffbd Text Font Color
<p style="color:#acffbd">Text here</p>
This sample text font color is #acffbd
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.
#acffbd Background Color
<div style="background-color:#acffbd">
Div content here</div>
This div background color is #acffbd
#acffbd Border Color
<div style="border:3px solid #acffbd">
Div here</div>
This div border color is #acffbd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(172,255,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #acffbd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #acffbd; -webkit-box-shadow: 1px 1px 3px 2px #acffbd; box-shadow: 1px 1px 3px 2px #acffbd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(172,255,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #acffbd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #acffbd; -webkit-box-shadow: 1px 1px 3px 2px #acffbd; box-shadow: 1px 1px 3px 2px #acffbd;">
Div content here</div>
This div box has shadow with color #acffbd
Comments
No comments written yet.
Please login to write comment.