Color spaces of #acffeb
RGB | 172 | 255 | 235 |
---|---|---|---|
HSL | 0.46 | 1.00 | 0.84 |
HSV | 166° | 33° | 100° |
CMYK | 0.33 | 0.00 | 0.08 0.00 |
XYZ | 67.7687 | 86.2888 | 91.6809 |
Yxy | 86.2888 | 0.2758 | 0.3511 |
Hunter Lab | 92.8918 | -32.3368 | 6.5071 |
CIE-Lab | 94.4357 | -29.3321 | 1.5480 |
#acffeb color RGB value is (172,255,235).
#acffeb hex color red value is 172, green value is 255 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #acffeb hue: 0.46 , saturation: 1.00 and the lightness value of acffeb is 0.84.
The process color (four color CMYK) of #acffeb color hex is 0.33, 0.00, 0.08, 0.00. Web safe color of #acffeb is #99ffff. Color #acffeb contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101100 | 11111111 | 11101011 |
Octal | 254 | 377 | 353 |
Decimal | 172 | 255 | 235 |
Hex | AC | FF | EB |
Shades of #acffeb
Tints of #acffeb
RGB Percentages of Color #acffeb
CMYK Percentages of Color #acffeb
Complementary Color
#acffeb | #ffacc0 |
#acffeb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#acffeb Color Preview on White Background
Lorem ipsum dolor sit amet.
#acffeb Color CSS Codes
.mybgcolor {background-color:#acffeb; } .myforecolor {color:#acffeb; } .mybordercolor {border:3px solid #acffeb; }
#acffeb Text Font Color
<p style="color:#acffeb">Text here</p>
This sample text font color is #acffeb
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.
#acffeb Background Color
<div style="background-color:#acffeb">
Div content here</div>
This div background color is #acffeb
#acffeb Border Color
<div style="border:3px solid #acffeb">
Div here</div>
This div border color is #acffeb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(172,255,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #acffeb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #acffeb; -webkit-box-shadow: 1px 1px 3px 2px #acffeb; box-shadow: 1px 1px 3px 2px #acffeb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(172,255,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #acffeb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #acffeb; -webkit-box-shadow: 1px 1px 3px 2px #acffeb; box-shadow: 1px 1px 3px 2px #acffeb;">
Div content here</div>
This div box has shadow with color #acffeb
#acffeb Color Palettes
Comments
No comments written yet.
Please login to write comment.