Color spaces of #acf9ce
RGB | 172 | 249 | 206 |
---|---|---|---|
HSL | 0.41 | 0.87 | 0.83 |
HSV | 146° | 31° | 98° |
CMYK | 0.31 | 0.00 | 0.17 0.02 |
XYZ | 62.0295 | 80.9783 | 70.7536 |
Yxy | 80.9783 | 0.2902 | 0.3788 |
Hunter Lab | 89.9879 | -34.4372 | 16.3744 |
CIE-Lab | 92.1220 | -32.3427 | 13.1861 |
#acf9ce color RGB value is (172,249,206).
#acf9ce hex color red value is 172, green value is 249 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #acf9ce hue: 0.41 , saturation: 0.87 and the lightness value of acf9ce is 0.83.
The process color (four color CMYK) of #acf9ce color hex is 0.31, 0.00, 0.17, 0.02. Web safe color of #acf9ce is #99ffcc. Color #acf9ce contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101100 | 11111001 | 11001110 |
Octal | 254 | 371 | 316 |
Decimal | 172 | 249 | 206 |
Hex | AC | F9 | CE |
Shades of #acf9ce
Tints of #acf9ce
RGB Percentages of Color #acf9ce
CMYK Percentages of Color #acf9ce
Complementary Color
#acf9ce | #f9acd7 |
#acf9ce Color Preview on Black Background
Lorem ipsum dolor sit amet.
#acf9ce Color Preview on White Background
Lorem ipsum dolor sit amet.
#acf9ce Color CSS Codes
.mybgcolor {background-color:#acf9ce; } .myforecolor {color:#acf9ce; } .mybordercolor {border:3px solid #acf9ce; }
#acf9ce Text Font Color
<p style="color:#acf9ce">Text here</p>
This sample text font color is #acf9ce
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.
#acf9ce Background Color
<div style="background-color:#acf9ce">
Div content here</div>
This div background color is #acf9ce
#acf9ce Border Color
<div style="border:3px solid #acf9ce">
Div here</div>
This div border color is #acf9ce
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(172,249,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #acf9ce; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #acf9ce; -webkit-box-shadow: 1px 1px 3px 2px #acf9ce; box-shadow: 1px 1px 3px 2px #acf9ce; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(172,249,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #acf9ce">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #acf9ce; -webkit-box-shadow: 1px 1px 3px 2px #acf9ce; box-shadow: 1px 1px 3px 2px #acf9ce;">
Div content here</div>
This div box has shadow with color #acf9ce
Comments
No comments written yet.
Please login to write comment.