Color spaces of #acbecc
RGB | 172 | 190 | 204 |
---|---|---|---|
HSL | 0.57 | 0.24 | 0.74 |
HSV | 206° | 16° | 80° |
CMYK | 0.16 | 0.07 | 0.00 0.20 |
XYZ | 46.3258 | 49.9572 | 64.3278 |
Yxy | 49.9572 | 0.2884 | 0.3110 |
Hunter Lab | 70.6804 | -6.6971 | -4.4849 |
CIE-Lab | 76.0430 | -3.2490 | -9.1249 |
#acbecc color RGB value is (172,190,204).
#acbecc hex color red value is 172, green value is 190 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #acbecc hue: 0.57 , saturation: 0.24 and the lightness value of acbecc is 0.74.
The process color (four color CMYK) of #acbecc color hex is 0.16, 0.07, 0.00, 0.20. Web safe color of #acbecc is #99cccc. Color #acbecc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101100 | 10111110 | 11001100 |
Octal | 254 | 276 | 314 |
Decimal | 172 | 190 | 204 |
Hex | AC | BE | CC |
Shades of #acbecc
Tints of #acbecc
RGB Percentages of Color #acbecc
CMYK Percentages of Color #acbecc
Complementary Color
#acbecc | #ccbaac |
#acbecc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#acbecc Color Preview on White Background
Lorem ipsum dolor sit amet.
#acbecc Color CSS Codes
.mybgcolor {background-color:#acbecc; } .myforecolor {color:#acbecc; } .mybordercolor {border:3px solid #acbecc; }
#acbecc Text Font Color
<p style="color:#acbecc">Text here</p>
This sample text font color is #acbecc
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.
#acbecc Background Color
<div style="background-color:#acbecc">
Div content here</div>
This div background color is #acbecc
#acbecc Border Color
<div style="border:3px solid #acbecc">
Div here</div>
This div border color is #acbecc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(172,190,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #acbecc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #acbecc; -webkit-box-shadow: 1px 1px 3px 2px #acbecc; box-shadow: 1px 1px 3px 2px #acbecc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(172,190,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #acbecc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #acbecc; -webkit-box-shadow: 1px 1px 3px 2px #acbecc; box-shadow: 1px 1px 3px 2px #acbecc;">
Div content here</div>
This div box has shadow with color #acbecc
Comments
No comments written yet.
Please login to write comment.